chore: update emoji map
This commit is contained in:
parent
6a3a3dc097
commit
46c8e18707
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Black Flag') return '🏴'
|
||||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'Carcass') return '🥼'
|
||||
if (artist === 'Counting Crows') return '🐦⬛'
|
||||
if (artist === 'David Bowie') return '👨🏻🎤'
|
||||
if (artist === 'Full of Hell & Nothing') return '🫨🎸'
|
||||
if (artist === 'Imperial Triumphant') return '🎭'
|
||||
|
|
Reference in a new issue