diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx
index 4634fd3..7dbfe34 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
)}