fix: typo

This commit is contained in:
Cory Dransfeldt 2024-05-22 10:08:20 -07:00
parent 2f8003bfa6
commit 8568a66bcc
No known key found for this signature in database

View file

@ -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 "🚫💭"