From 1ddc76ae693d6903226ae6ffef635d9ed3adad4f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 16 Feb 2026 22:30:04 -0600 Subject: [PATCH] fix: remove errant semicolon --- src/components/cards/BlogCard.astro | 2 +- src/components/sections/SelectedPostsSection.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} /> - ))}; + ))}