From c9869eec9f48a1a25fcff2c6ef4d72b5f91ee66d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 20 Mar 2024 18:17:48 -0700 Subject: [PATCH] chore: emoji updates --- api/now-playing.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/now-playing.js b/api/now-playing.js index 16274760..e9dbf6e6 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "autopsy") return "🧟"; if (normalizedArtist === "bedsore") return "πŸ›οΈ"; if (normalizedArtist === "black flag") return "🏴"; + if (normalizedArtist === "blink-182") return "😡"; if (normalizedArtist === "blood incantation") return "πŸ‘½"; if (normalizedArtist === "bolt thrower") return "βš”οΈ" if (normalizedArtist === "bruce springsteen") return "πŸ‡ΊπŸ‡Έ"; diff --git a/package.json b/package.json index 2fb09c18..ffa4d7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "8.4.0", + "version": "8.4.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {