diff --git a/src/components/post/PostItem.astro b/src/components/post/PostItem.astro index cd9febd..cc6f207 100644 --- a/src/components/post/PostItem.astro +++ b/src/components/post/PostItem.astro @@ -14,9 +14,9 @@ const {post, minutesRead} = Astro.props; ---
- - { - post.data.heroImage && ( + { + post.data.heroImage && ( +
- ) - } - + + ) + }