Skip to content

Commit

Permalink
Update StatsFormattingService.kt
Browse files Browse the repository at this point in the history
change “⬛” to “🟢”

change “⬜” to “️⚪“️

https://wearezeta.atlassian.net/browse/WPB-4753
  • Loading branch information
dkovacevic authored Oct 4, 2023
1 parent cb73a51 commit 8e1c43d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class StatsFormattingService(
private data class VotingOption(val style: String, val option: String, val votingUsers: Int) {

private companion object {
const val notVote = ""
const val vote = ""
const val notVote = ""
const val vote = "🟢"
}

fun toString(max: Int): String {
Expand Down

0 comments on commit 8e1c43d

Please sign in to comment.