Skip to content

Commit

Permalink
UI: Add rosemary emoji for ANZAC Day loading screen (#379)
Browse files Browse the repository at this point in the history
### TL;DR
Added Rosemary emoji to ANZAC Day loading animations

### What changed?
Added the Rosemary herb emoji (🌿) to the ANZAC Day emoji collection and included descriptive comments for each emoji's significance

### Why make this change?
Rosemary is a significant symbol of remembrance for ANZAC Day, traditionally worn as a symbol of remembrance and commemoration. Adding this emoji makes the ANZAC Day loading animations more culturally authentic and meaningful.
  • Loading branch information
ksharma-xyz authored Nov 26, 2024
2 parents 2136827 + 3a5da9f commit 4615f0f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ object LoadingEmojiManager {
FestivalType.CHRISTMAS to listOf("🎁"),
FestivalType.NEW_YEAR to listOf("🎉"),
FestivalType.NEW_YEAR_EVE to listOf("🎆"),
FestivalType.ANZAC_DAY to listOf("🌺", "🇦🇺", "\uD83C\uDF96\uFE0F"),
FestivalType.ANZAC_DAY to listOf(
"🌺", // Flower
"🇦🇺", // Australia Flag
"\uD83C\uDF96\uFE0F", // Military Medal
"\uD83C\uDF3F" // Herb Rosemary
),
FestivalType.EASTER to listOf("🐰", "🐣", "🥚"),
FestivalType.VALENTINES_DAY to listOf("❤️", "🌹"),
FestivalType.HALLOWEEN to listOf("🎃", "👻"),
Expand Down

0 comments on commit 4615f0f

Please sign in to comment.