From 982d6ac6615c60a143bc59f1ecedc83c08d7dc2b Mon Sep 17 00:00:00 2001 From: Justin Walrath Date: Mon, 12 May 2025 09:17:30 -0400 Subject: [PATCH] Added a code workspace file. Feed should come back with the correct url. Styled the feed and site buttons. --- src/app/[stream]/podcasts/podcastSummary.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[stream]/podcasts/podcastSummary.tsx b/src/app/[stream]/podcasts/podcastSummary.tsx index e3d3ed6..5e01113 100644 --- a/src/app/[stream]/podcasts/podcastSummary.tsx +++ b/src/app/[stream]/podcasts/podcastSummary.tsx @@ -61,13 +61,13 @@ export default function PodcastSummary({ stream }: PodcastSummaryType) {