Skip to content

Commit

Permalink
Fix podcast url
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsingh132 committed Nov 8, 2024
1 parent f6c27bc commit fed01b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PodcastPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const PodcastPlayer = () => {
onEnded={handleAudioEnded}
/>
<div className="flex items-center gap-4 max-md:hidden">
<Link href={`/podcast/${audio?.podcastId}`}>
<Link href={`/podcasts/${audio?.podcastId}`}>
<Image
src={audio?.imageUrl! || "/images/player1.png"}
width={64}
Expand Down

0 comments on commit fed01b7

Please sign in to comment.