From 55952376ca244166c571a6a72a38ac68ae5949e6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 22 Mar 2024 10:41:13 -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 e9dbf6e6..71c6db82 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -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 "🀑"; diff --git a/package.json b/package.json index c10989e7..4025f611 100644 --- a/package.json +++ b/package.json @@ -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": {