chore: emoji updates

This commit is contained in:
Cory Dransfeldt 2024-03-14 15:32:38 -07:00
parent 8c732d934d
commit 90f46bb97a
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -49,7 +49,8 @@ const emojiMap = (genre, artist) => {
genre.includes("alternative") ||
genre.includes("rock") ||
genre.includes("shoegaze") ||
genre.includes("screamo")
genre.includes("screamo") ||
genre.includes("grunge")
)
return "🎸";
return DEFAULT;