Skip to content

Commit

Permalink
img updated
Browse files Browse the repository at this point in the history
  • Loading branch information
woolfg committed Dec 25, 2023
1 parent a9bce29 commit 9ef93e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let currentEpisodeDescription = cutText(episode.data.description, 170);
<div class="container px-4 mx-auto">
<div class="flex flex-wrap lg:items-center -mx-4">
<div class="w-full md:w-1/2 px-4 mb-16 md:mb-0">
<div class="relative md:w-full mx-auto md:ml-0 max-w-max overflow-hidden rounded-lg border border-yellow-500">
<div class="relative md:w-full mx-auto md:ml-0 max-w-max overflow-hidden rounded-lg">
<a href={`/podcast/episode/${episode.slug}/`} title={`Engineering Kiosk Episode ${episode.data.title}`}>
<Image src={episode.data.image} alt={`Engineering Kiosk Episode ${episode.data.title}`} title={`Engineering Kiosk Episode ${episode.data.title}`} />
</a>
Expand Down

0 comments on commit 9ef93e4

Please sign in to comment.