fix: typo
This commit is contained in:
parent
2f8003bfa6
commit
8568a66bcc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "bolt thrower") return "⚔️"
|
||||
if (normalizedArtist === "bruce springsteen") return "🇺🇸"
|
||||
if (normalizedArtist === "carcass") return "🥼"
|
||||
if (normalizedArtist === "cloud") return "☁️🐀"
|
||||
if (normalizedArtist === "cloud rat") return "☁️🐀"
|
||||
if (normalizedArtist === "counting crows") return "🐦⬛"
|
||||
if (normalizedArtist === "david bowie") return "👨🏻🎤"
|
||||
if (normalizedArtist === "devoid of thought") return "🚫💭"
|
||||
|
|
Reference in a new issue