fix: remove errant semicolon

This commit is contained in:
2026-02-16 22:30:04 -06:00
parent 6423ffba63
commit 1ddc76ae69
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ const { post } = Astro.props;
<div class="smooth-reveal-cards group flex flex-col">
<a
class="card-base"
class="card-base border-transparent"
href={`/blog/${post.slug}/`}
data-astro-prefetch
>

View File

@@ -32,5 +32,5 @@ const { posts } = Astro.props;
imgTwo={getDirectusImageURL(b?.image_second)}
imgTwoAlt={b?.image_second_alt}
/>
))};
))}
</section>