mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-24 05:12:06 +00:00
feat: make PodcastPreviewCard a link to navigate to the podcast page
This commit is contained in:
@@ -10,6 +10,7 @@ export function Home() {
|
||||
<div className={"grid grid-cols-4"}>
|
||||
{data?.map((podcast) => (
|
||||
<PodcastPreviewCard
|
||||
detailUrl={`/podcast/${podcast.id}`}
|
||||
key={podcast.id}
|
||||
title={podcast.title}
|
||||
author={podcast.author}
|
||||
|
||||
Reference in New Issue
Block a user