chore: update emoji map
This commit is contained in:
parent
d76c9f7351
commit
64e434c6b9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => {
|
||||||
if (!genre) return DEFAULT // early return for bad input
|
if (!genre) return DEFAULT // early return for bad input
|
||||||
if (artist === 'David Bowie') return '👨🏻🎤'
|
if (artist === 'David Bowie') return '👨🏻🎤'
|
||||||
if (artist === 'Minor Threat') return '👨🏻🦲'
|
if (artist === 'Minor Threat') return '👨🏻🦲'
|
||||||
|
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||||
if (genre.includes('death metal')) return '💀'
|
if (genre.includes('death metal')) return '💀'
|
||||||
if (genre.includes('black metal')) return '🪦'
|
if (genre.includes('black metal')) return '🪦'
|
||||||
if (genre.includes('metal')) return '🤘'
|
if (genre.includes('metal')) return '🤘'
|
||||||
|
|
Reference in a new issue