chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-08-24 18:47:27 -07:00
parent 80908124e3
commit 59592383f1
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ const emojiMap = (genre, artist) => {
)
return '🪕'
if (genre.includes('post-punk')) return '😔'
if (genre.includes('dance-punk')) return '🪩'
if (genre.includes('punk') || genre.includes('hardcore')) return '✊'
if (genre.includes('hip hop')) return '🎤'
if (genre.includes('progressive') || genre.includes('experimental')) return '🤓'