diff --git a/src/components/podcast-info-card.tsx b/src/components/podcast-info-card.tsx index 19e2095..cb1489a 100644 --- a/src/components/podcast-info-card.tsx +++ b/src/components/podcast-info-card.tsx @@ -23,15 +23,25 @@ export function PodcastInfoCard({ const shouldWrapWithLink = !!episodeId; return ( -
- - {title} - - -

{title}

-

{author}

-
-

-
+ ); } diff --git a/src/pages/podcast.tsx b/src/pages/podcast.tsx index cd80721..09db938 100644 --- a/src/pages/podcast.tsx +++ b/src/pages/podcast.tsx @@ -18,7 +18,7 @@ export function Podcast() { } return ( -
+