We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ab7e4 commit 4007b81Copy full SHA for 4007b81
core/src/main/java/com/ricknout/rugbyranker/core/util/FlagUtils.kt
@@ -4,7 +4,7 @@ object FlagUtils {
4
5
fun getFlagEmojiForTeamAbbreviation(teamAbbreviation: String) = when (teamAbbreviation) {
6
"NZL" -> "\uD83C\uDDF3\uD83C\uDDFF" // New Zealand
7
- "IRE" -> "\uD83C\uDDEE\uD83C\uDDEA" // Ireland
+ "IRE" -> "\u2618\uFE0F" // Ireland (using a shamrock for IRFU)
8
"WAL" -> "\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73\uDB40\uDC7F" // Wales
9
"ENG" -> "\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F" // England
10
"RSA" -> "\uD83C\uDDFF\uD83C\uDDE6" // South Africa
0 commit comments