diff --git a/src/components/NowPlaying.tsx b/src/components/NowPlaying.tsx --- a/src/components/NowPlaying.tsx +++ b/src/components/NowPlaying.tsx @@ -29,7 +29,7 @@ const artistLink = (artist: Artist) => ( - + {artist.name} @@ -61,8 +61,8 @@ {(status) => (
- + {status().name} diff --git a/src/pages/index.mdx b/src/pages/index.mdx --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -7,7 +7,7 @@ import Link from "../components/Link.astro"; import NowPlaying from "../components/NowPlaying.tsx"; - + Hi! I'm **Andrew**, a software engineer based in **North Carolina**.