From 9476edafebd39a5ded42df46894c370b58ef1cba Mon Sep 17 00:00:00 2001 From: roll Date: Wed, 5 Jun 2024 16:05:20 +0100 Subject: [PATCH] Fixed linting --- components/image-link-card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/image-link-card.astro b/components/image-link-card.astro index 120c9f1a..28bd9f99 100644 --- a/components/image-link-card.astro +++ b/components/image-link-card.astro @@ -13,6 +13,6 @@ const { title, description, imageSrc, ...rest } = Astro.props ${description}`} + description={`${title} ${description}`} {...rest} />