diff --git a/api/now-playing.js b/api/now-playing.js
index 2e91bcd7..a3e21748 100644
--- a/api/now-playing.js
+++ b/api/now-playing.js
@@ -64,6 +64,7 @@ const emojiMap = (genre, artist) => {
   if (genre.includes("dance-punk")) return "đŸĒŠ"
   if (genre.includes("punk") || genre.includes("hardcore")) return "✊"
   if (genre.includes("hip hop")) return "🎤"
+  if (genre.includes("hip-hop")) return "🎤"
   if (genre.includes("progressive") || genre.includes("experimental"))
     return "🤓"
   if (genre.includes("jazz")) return "đŸŽē"
diff --git a/src/pages/secondary/uses.md b/src/pages/secondary/uses.md
index 6c1b2390..90700391 100644
--- a/src/pages/secondary/uses.md
+++ b/src/pages/secondary/uses.md
@@ -49,7 +49,6 @@ Software and services that I use for work and my own enjoyment.
 - [Meta](https://www.nightbirdsevolve.com/meta): the _best_ utility for tagging and organizing music files on macOS.
 - [Permute](https://software.charliemonroe.net/permute): a useful utility for quickly converting files to different formats.
 - [SoundSource](https://rogueamoeba.com/soundsource): a handy utility for better, more granular control on macOS.
-- [Sleeve](https://replay.software/sleeve): a lightweight music controller (that also supports scrobbling).
 
 <h3>Dev tools</h3>