chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-11-12 12:22:57 -08:00
parent 65c7c11263
commit 336ab14981

View file

@ -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 '🤘'