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