chore: update emoji map
This commit is contained in:
parent
65c7c11263
commit
336ab14981
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'David Bowie') return '👨🏻🎤'
|
||||
if (artist === 'Minor Threat') return '👨🏻🦲'
|
||||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'Taylor Swift') return '👸🏼'
|
||||
if (genre.includes('death metal')) return '💀'
|
||||
if (genre.includes('black metal')) return '🪦'
|
||||
if (genre.includes('metal')) return '🤘'
|
||||
|
|
Reference in a new issue