chore: update emoji map
This commit is contained in:
parent
ba8cefde4f
commit
4fabb33b59
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "carcass") return "🥼"
|
||||
if (normalizedArtist === "counting crows") return "🐦⬛"
|
||||
if (normalizedArtist === "david bowie") return "👨🏻🎤"
|
||||
if (normalizedArtist === "cevoid of thought") return "🚫💭"
|
||||
if (normalizedArtist === "devoid of thought") return "🚫💭"
|
||||
if (normalizedArtist === "deftones") return "🦉"
|
||||
if (normalizedArtist === "drug church") return "💊⛪️"
|
||||
if (normalizedArtist === "fleshwater") return "🐤"
|
||||
if (normalizedArtist === "full of hell & nothing") return "🫨🎸"
|
||||
|
|
Reference in a new issue