chore: emoji updates
This commit is contained in:
parent
d2f00d4ca0
commit
a89de1f9b3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ const emojiMap = (genre, artist) => {
|
||||||
const DEFAULT = "🎧";
|
const DEFAULT = "🎧";
|
||||||
if (artist === "Augury") return "☄️";
|
if (artist === "Augury") return "☄️";
|
||||||
if (artist === "Autopsy") return "🧟";
|
if (artist === "Autopsy") return "🧟";
|
||||||
|
if (artist === "Bedsore") return "🛏️";
|
||||||
if (artist === "Black Flag") return "🏴";
|
if (artist === "Black Flag") return "🏴";
|
||||||
if (artist === "Bolt Thrower") return "⚔️"
|
if (artist === "Bolt Thrower") return "⚔️"
|
||||||
if (artist === "Bruce Springsteen") return "🇺🇸";
|
if (artist === "Bruce Springsteen") return "🇺🇸";
|
||||||
|
|
Reference in a new issue