chore: emoji updates
This commit is contained in:
parent
ab43a7a04d
commit
20184d767e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "augury") return "☄️";
|
||||
if (normalizedArtist === "autopsy") return "🧟";
|
||||
if (normalizedArtist === "bedsore") return "🛏️";
|
||||
if (normalizedArtist === "birds in row") return "🦅🦉🦢";
|
||||
if (normalizedArtist === "black flag") return "🏴";
|
||||
if (normalizedArtist === "blink-182") return "😵";
|
||||
if (normalizedArtist === "blood incantation") return "👽";
|
||||
|
|
Reference in a new issue