From d9cee479c36857d38bb8eb0d4b8ab031d3fc5d01 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 1 Jun 2023 16:30:16 +0200 Subject: [PATCH] fix: warning to not pass props directly --- src/components/Image.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Image.astro b/src/components/Image.astro index de35a7e..1aa41b0 100644 --- a/src/components/Image.astro +++ b/src/components/Image.astro @@ -22,7 +22,7 @@ const imageClasses = src.includes('.svg') ? ( ) : ( - + ) }