chore: update emoji map
This commit is contained in:
parent
59592383f1
commit
0d18f6bfa3
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ const emojiMap = (genre, artist) => {
|
|||
if (genre.includes('jazz')) return '🎺'
|
||||
if (genre.includes('psychedelic')) return '💊'
|
||||
if (genre.includes('dance') || genre.includes('electronic')) return '💻'
|
||||
if (genre.includes('alternative') || genre.includes('rock')) return '🎸'
|
||||
if (genre.includes('alternative') || genre.includes('rock') || genre.includes('shoegaze'))
|
||||
return '🎸'
|
||||
return '🎧'
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue