From 1e1348434211eb16041413cf43edafcd04d4ee08 Mon Sep 17 00:00:00 2001 From: Justin Walrath Date: Mon, 12 May 2025 13:28:28 -0400 Subject: [PATCH] Image in the podcast card will only hit a height of 232px now to dress it up. Background of the card is on the outer div. --- src/app/[stream]/podcasts/podcastCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/[stream]/podcasts/podcastCard.tsx b/src/app/[stream]/podcasts/podcastCard.tsx index 7596e39..a0aeb79 100644 --- a/src/app/[stream]/podcasts/podcastCard.tsx +++ b/src/app/[stream]/podcasts/podcastCard.tsx @@ -18,12 +18,12 @@ export default function PodcastCard({ }; return ( -
-
+
+
{title
-
+

{title}