chore: update emoji map
This commit is contained in:
parent
df3871ea39
commit
7443d797a9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ const emojiMap = (genre, artist) => {
|
||||||
if (artist === "Carcass") return "🥼";
|
if (artist === "Carcass") return "🥼";
|
||||||
if (artist === "Counting Crows") return "🐦⬛";
|
if (artist === "Counting Crows") return "🐦⬛";
|
||||||
if (artist === "David Bowie") return "👨🏻🎤";
|
if (artist === "David Bowie") return "👨🏻🎤";
|
||||||
if (artist === "Devoid of Thought") return "💭";
|
if (artist === "Devoid of Thought") return "🚫💭";
|
||||||
|
if (artist === "Drug Church") return "💊⛪️"
|
||||||
if (artist === "Full of Hell & Nothing") return "🫨🎸";
|
if (artist === "Full of Hell & Nothing") return "🫨🎸";
|
||||||
if (artist === "Imperial Triumphant") return "🎭";
|
if (artist === "Imperial Triumphant") return "🎭";
|
||||||
if (artist === "Mastodon") return "🐋";
|
if (artist === "Mastodon") return "🐋";
|
||||||
|
|
Reference in a new issue