chore: emoji
This commit is contained in:
parent
42c746bab5
commit
0fddc2476f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ const emojiMap = (genre, artist) => {
|
||||||
if (normalizedArtist === "american football") return "🏠"
|
if (normalizedArtist === "american football") return "🏠"
|
||||||
if (normalizedArtist === "augury") return "☄️"
|
if (normalizedArtist === "augury") return "☄️"
|
||||||
if (normalizedArtist === "autopsy") return "🧟"
|
if (normalizedArtist === "autopsy") return "🧟"
|
||||||
|
if (normalizedArtist === "bad religion") return "🚫✝️"
|
||||||
if (normalizedArtist === "balance and composure") return "🪂"
|
if (normalizedArtist === "balance and composure") return "🪂"
|
||||||
if (normalizedArtist === "bedsore") return "🛏️"
|
if (normalizedArtist === "bedsore") return "🛏️"
|
||||||
if (normalizedArtist === "birds in row") return "🦅🦉🦢"
|
if (normalizedArtist === "birds in row") return "🦅🦉🦢"
|
||||||
|
|
Reference in a new issue