chore: update emoji map
This commit is contained in:
parent
30365658e7
commit
55952376ca
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "mastodon") return "🐋";
|
||||
if (normalizedArtist === "minor threat") return "👨🏻🦲";
|
||||
if (normalizedArtist === "panopticon") return "🪕🪦";
|
||||
if (normalizedArtist === "radiohead") return "📻🙂↕️";
|
||||
if (normalizedArtist === "taylor swift") return "👸🏼";
|
||||
if (normalizedArtist === "webbed wing") return "🤡";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.4.4",
|
||||
"version": "8.4.5",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue