chore: post
This commit is contained in:
parent
0104d09e03
commit
10f1e38fc6
2 changed files with 48 additions and 0 deletions
|
@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === "Augury") return "☄️";
|
||||
if (artist === "Autopsy") return "🧟";
|
||||
if (artist === "Black Flag") return "🏴";
|
||||
if (artist === "Bolt Thrower") return "⚔️"
|
||||
if (artist === "Bruce Springsteen") return "🇺🇸";
|
||||
if (artist === "Carcass") return "🥼";
|
||||
if (artist === "Counting Crows") return "🐦⬛";
|
||||
|
|
Reference in a new issue