chore: update emoji map
This commit is contained in:
parent
55952376ca
commit
2ddee18d26
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "mastodon") return "🐋";
|
||||
if (normalizedArtist === "minor threat") return "👨🏻🦲";
|
||||
if (normalizedArtist === "panopticon") return "🪕🪦";
|
||||
if (normalizedArtist === "radiohead") return "📻🙂↕️";
|
||||
if (normalizedArtist === "radiohead") return "📻";
|
||||
if (normalizedArtist === "taylor swift") return "👸🏼";
|
||||
if (normalizedArtist === "webbed wing") return "🤡";
|
||||
|
||||
|
|
Reference in a new issue