chore: update emoji map
This commit is contained in:
parent
fae5177f81
commit
80908124e3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const emojiMap = (genre, artist) => {
|
||||
if (artist === 'David Bowie') return '👨🎤'
|
||||
if (genre.includes('black metal')) return '🧛🏻♂️'
|
||||
if (genre.includes('death metal')) return '💀'
|
||||
if (genre.includes('black metal')) return '🧛🏻♂️'
|
||||
if (genre.includes('metal')) return '🤘'
|
||||
if (genre.includes('emo') || genre.includes('blues')) return '😢'
|
||||
if (genre.includes('grind') || genre.includes('powerviolence')) return '🫨'
|
||||
|
|
Reference in a new issue