chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2024-03-22 10:41:13 -07:00
parent 30365658e7
commit 55952376ca
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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 "🤡";

View file

@ -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": {