diff --git a/src/components/cards/BlogCard.astro b/src/components/cards/BlogCard.astro index dce7950..c162736 100644 --- a/src/components/cards/BlogCard.astro +++ b/src/components/cards/BlogCard.astro @@ -15,7 +15,7 @@ const { post } = Astro.props;
diff --git a/src/components/sections/SelectedPostsSection.astro b/src/components/sections/SelectedPostsSection.astro index 9243ce8..0888f34 100644 --- a/src/components/sections/SelectedPostsSection.astro +++ b/src/components/sections/SelectedPostsSection.astro @@ -32,5 +32,5 @@ const { posts } = Astro.props; imgTwo={getDirectusImageURL(b?.image_second)} imgTwoAlt={b?.image_second_alt} /> - ))}; + ))}