diff --git a/src/components/cards/LargeBlogLeftCard.astro b/src/components/cards/LargeBlogLeftCard.astro index 658981e..01cc885 100644 --- a/src/components/cards/LargeBlogLeftCard.astro +++ b/src/components/cards/LargeBlogLeftCard.astro @@ -16,11 +16,11 @@ const { post } = Astro.props;
-
+
-
+

{post.title}

diff --git a/src/components/cards/LargeBlogRightCard.astro b/src/components/cards/LargeBlogRightCard.astro index 91121af..3fead59 100644 --- a/src/components/cards/LargeBlogRightCard.astro +++ b/src/components/cards/LargeBlogRightCard.astro @@ -40,7 +40,7 @@ const { post } = Astro.props;
{!post.image_second ? ( -
+
) : ( - <> +
- +
)}