From 75047889ae9719908d829ef81a1e8e8f00c88f3f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 22 Apr 2024 11:54:20 -0700 Subject: [PATCH] chore: update emoji map --- 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 c6993d32..0eef12ce 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -32,6 +32,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "taylor swift") return "๐Ÿ‘ธ๐Ÿผ"; if (normalizedArtist === "the mars volta") return "๐Ÿ’ก๐Ÿ˜ฎ"; if (normalizedArtist === "thrice") return "๐Ÿ‘จโ€๐ŸŽจ๐Ÿš‘"; + if (normalizedArtist === "tom waits") return "๐Ÿคน๐Ÿป" if (normalizedArtist === "webbed wing") return "๐Ÿคก"; // early return for bad input diff --git a/package.json b/package.json index 4d36e248..be3d6fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.6.0", + "version": "12.6.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {