chore: update emoji map
This commit is contained in:
parent
80908124e3
commit
59592383f1
1 changed files with 1 additions and 0 deletions
|
@ -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 '🤓'
|
||||
|
|
Reference in a new issue