mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-25 21:02:08 +00:00
chore: refactor podcast dto to hold different image sizes
This commit is contained in:
@@ -32,7 +32,7 @@ export function Home() {
|
||||
key={podcast.id}
|
||||
title={podcast.title}
|
||||
author={podcast.author}
|
||||
imageUrl={podcast.imageUrl}
|
||||
imageUrl={podcast.images.large}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user