Skip to content

Commit 4007b81

Browse files
committed
Use shamrock for Ireland as closest possible emoji to IRFU flag
1 parent b0ab7e4 commit 4007b81

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/ricknout/rugbyranker/core/util

1 file changed

+1
-1
lines changed

core/src/main/java/com/ricknout/rugbyranker/core/util/FlagUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object FlagUtils {
44

55
fun getFlagEmojiForTeamAbbreviation(teamAbbreviation: String) = when (teamAbbreviation) {
66
"NZL" -> "\uD83C\uDDF3\uD83C\uDDFF" // New Zealand
7-
"IRE" -> "\uD83C\uDDEE\uD83C\uDDEA" // Ireland
7+
"IRE" -> "\u2618\uFE0F" // Ireland (using a shamrock for IRFU)
88
"WAL" -> "\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73\uDB40\uDC7F" // Wales
99
"ENG" -> "\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F" // England
1010
"RSA" -> "\uD83C\uDDFF\uD83C\uDDE6" // South Africa

0 commit comments

Comments
 (0)