From 2ce6df5c8661976e706b444eb4708a025c74cc7b Mon Sep 17 00:00:00 2001 From: Andrew Brower Date: Wed, 1 Oct 2025 21:25:07 -0400 Subject: [PATCH] feat: don't ssr now playing --- src/components/NowPlaying.tsx | 8 ++++---- src/pages/index.mdx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/NowPlaying.tsx b/src/components/NowPlaying.tsx index 38abc44..f74369f 100644 --- a/src/components/NowPlaying.tsx +++ b/src/components/NowPlaying.tsx @@ -29,7 +29,7 @@ const NowPlaying: Component = () => { const artistLink = (artist: Artist) => ( - + {artist.name} @@ -61,8 +61,8 @@ const NowPlaying: Component = () => { {(status) => (
{ Listening to - + {status().name} diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 998f96c..6fd2af1 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -7,7 +7,7 @@ description: Software Engineer import Link from "../components/Link.astro"; import NowPlaying from "../components/NowPlaying.tsx"; - + Hi! I'm **Andrew**, a software engineer based in **North Carolina**. -- 2.51.2