fix: remove errant semicolon
This commit is contained in:
@@ -15,7 +15,7 @@ const { post } = Astro.props;
|
|||||||
|
|
||||||
<div class="smooth-reveal-cards group flex flex-col">
|
<div class="smooth-reveal-cards group flex flex-col">
|
||||||
<a
|
<a
|
||||||
class="card-base"
|
class="card-base border-transparent"
|
||||||
href={`/blog/${post.slug}/`}
|
href={`/blog/${post.slug}/`}
|
||||||
data-astro-prefetch
|
data-astro-prefetch
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ const { posts } = Astro.props;
|
|||||||
imgTwo={getDirectusImageURL(b?.image_second)}
|
imgTwo={getDirectusImageURL(b?.image_second)}
|
||||||
imgTwoAlt={b?.image_second_alt}
|
imgTwoAlt={b?.image_second_alt}
|
||||||
/>
|
/>
|
||||||
))};
|
))}
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user