chore: emoji updates
This commit is contained in:
parent
1288dd651c
commit
af386bbae2
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "imperial triumphant") return "🎭";
|
||||
if (normalizedArtist === "mastodon") return "🐋";
|
||||
if (normalizedArtist === "minor threat") return "👨🏻🦲";
|
||||
if (normalizedArtist === "nomeansno") return "🐵🐮🚬";
|
||||
if (normalizedArtist === "nothing") return "🏳️";
|
||||
if (normalizedArtist === "panopticon") return "🪕🪦";
|
||||
if (normalizedArtist === "radiohead") return "📻";
|
||||
|
|
Reference in a new issue