chore: emojis
This commit is contained in:
parent
04aabd4b81
commit
19f263270f
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (genre.includes("dance-punk")) return "🪩"
|
||||
if (genre.includes("punk") || genre.includes("hardcore")) return "✊"
|
||||
if (genre.includes("hip hop")) return "🎤"
|
||||
if (genre.includes("hip-hop")) return "🎤"
|
||||
if (genre.includes("progressive") || genre.includes("experimental"))
|
||||
return "🤓"
|
||||
if (genre.includes("jazz")) return "🎺"
|
||||
|
|
Reference in a new issue