From 4936375526138b25d27e92ec9900c37365a80c71 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 30 Apr 2025 03:42:47 -0400 Subject: [PATCH] [m] chore: lint --- components/widgets/LastPlayed.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/widgets/LastPlayed.tsx b/components/widgets/LastPlayed.tsx index 0b860d1..48dccaa 100644 --- a/components/widgets/LastPlayed.tsx +++ b/components/widgets/LastPlayed.tsx @@ -172,9 +172,9 @@ const NowPlaying: React.FC = () => { console.log("[LastPlayed] Hidden due to no track data") return (
-

Nothing's playing right now

+

Nothing's playing right now

-

Can you believe it? I'm not listening to anything on ListenBrainz right now! If you're in the mood, feel free to check out my ListenBrainz.

+

Can you believe it? I'm not listening to anything on ListenBrainz right now! If you're in the mood, feel free to check out my ListenBrainz.

)