chore: emoji updates
This commit is contained in:
parent
48e83d95f5
commit
84541466b9
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "imperial triumphant") return "🎭";
|
||||
if (normalizedArtist === "mastodon") return "🐋";
|
||||
if (normalizedArtist === "minor threat") return "👨🏻🦲";
|
||||
if (normalizedArtist === "nothing") return "🏳️";
|
||||
if (normalizedArtist === "panopticon") return "🪕🪦";
|
||||
if (normalizedArtist === "radiohead") return "📻";
|
||||
if (normalizedArtist === "taylor swift") return "👸🏼";
|
||||
|
|
Reference in a new issue