From ebf5733774123f9e31cc7b74b65fcf9f84358c86 Mon Sep 17 00:00:00 2001 From: andres Date: Sun, 21 Apr 2024 01:24:42 +0200 Subject: [PATCH] feat: add podcast episode styles --- src/components/podcast-info-card.tsx | 4 ++-- src/components/spinner.module.css | 3 ++- src/index.css | 4 ++++ src/pages/episode.tsx | 9 +++++---- todo.md | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/podcast-info-card.tsx b/src/components/podcast-info-card.tsx index 9582f44..8154857 100644 --- a/src/components/podcast-info-card.tsx +++ b/src/components/podcast-info-card.tsx @@ -23,7 +23,7 @@ export function PodcastInfoCard({ const shouldWrapWithLink = !!episodeId; return ( -