chore: emojis
This commit is contained in:
parent
19dc5b2828
commit
0d6aae385b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "panopticon") return "🪕🪦";
|
||||
if (normalizedArtist === "radiohead") return "📻";
|
||||
if (normalizedArtist === "taylor swift") return "👸🏼";
|
||||
if (normalizedArtist === "the mars volta") return "💡😮";
|
||||
if (normalizedArtist === "thrice") return "👨🎨🚑";
|
||||
if (normalizedArtist === "webbed wing") return "🤡";
|
||||
|
||||
|
|
Reference in a new issue