diff --git a/public/icons/podcast.svg b/public/icons/podcast.svg new file mode 100644 index 0000000..d0646f6 --- /dev/null +++ b/public/icons/podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/[stream]/podcasts/podcastCard.tsx b/src/app/[stream]/podcasts/podcastCard.tsx index 58f695e..786d639 100644 --- a/src/app/[stream]/podcasts/podcastCard.tsx +++ b/src/app/[stream]/podcasts/podcastCard.tsx @@ -6,7 +6,7 @@ import { useState } from 'react'; import DownloadButton from '@/app/common/components/buttons/DownloadButton'; export default function PodcastCard({ - imageUrl = "https://placehold.co/400", + imageUrl, title, description, uploadDate, @@ -21,7 +21,7 @@ export default function PodcastCard({ return (