chore: emoji updates
This commit is contained in:
parent
0da42026d4
commit
a7cc8956b2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "panopticon") return "🪕🪦"
|
||||
if (normalizedArtist === "plunger") return "🪠"
|
||||
if (normalizedArtist === "radiohead") return "📻"
|
||||
if (normalizedArtist === "soccer mommy") return "⚽️"
|
||||
if (normalizedArtist === "taylor swift") return "👸🏼"
|
||||
if (normalizedArtist === "the mars volta") return "💡😮"
|
||||
if (normalizedArtist === "thrice") return "👨🎨🚑"
|
||||
|
|
Reference in a new issue