From fd41dc54bc87c5ef5ae3d21907bf051c8de71348 Mon Sep 17 00:00:00 2001 From: andres Date: Sun, 21 Apr 2024 00:25:14 +0200 Subject: [PATCH] feat: add podcast info card styles --- src/components/podcast-info-card.tsx | 30 ++++++++++++++++++---------- src/pages/podcast.tsx | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) 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 ( -
+