From df3a98be39a7d510673d2f3cd99139b47c25947c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 14 Apr 2024 10:14:21 -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 13c1a39e..6ad67e97 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "agalloch") return "🏔ïļ"; if (normalizedArtist === "augury") return "☄ïļ"; if (normalizedArtist === "autopsy") return "🧟"; + if (normalizedArtist === "balance and composure") return "🊂"; if (normalizedArtist === "bedsore") return "🛏ïļ"; if (normalizedArtist === "birds in row") return "ðŸĶ…ðŸĶ‰ðŸĶĒ"; if (normalizedArtist === "black flag") return "ðŸī"; diff --git a/package.json b/package.json index 70093f76..0304fa69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "10.2.2", + "version": "10.2.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {