diff --git a/src/components/cards/LargeBlogLeftCard.astro b/src/components/cards/LargeBlogLeftCard.astro index c8bab57..7517f44 100644 --- a/src/components/cards/LargeBlogLeftCard.astro +++ b/src/components/cards/LargeBlogLeftCard.astro @@ -15,15 +15,15 @@ interface Props { const { title, subTitle, url, img, imgAlt } = Astro.props; --- -