diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx
index 7dbfe34..1a288e8 100644
--- a/src/components/SpotifyCard.tsx
+++ b/src/components/SpotifyCard.tsx
@@ -33,12 +33,12 @@ export const NowPlayingCard = () => {
{truncate(`${spotify.song.title}`, 20)}
) : (
- nothing
+ nothing
)}