From a74573f112ed28789a703a149919d8679352f2f1 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:54:19 +0300 Subject: Fix certificate size --- src/components/widgets/CallToActionImage.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/widgets/CallToActionImage.astro') diff --git a/src/components/widgets/CallToActionImage.astro b/src/components/widgets/CallToActionImage.astro index 2912d6d..df13145 100644 --- a/src/components/widgets/CallToActionImage.astro +++ b/src/components/widgets/CallToActionImage.astro @@ -45,7 +45,7 @@ const { /> { image && ( -
+
{image.href ? ( ) : ( {image.alt} )}
-- cgit v1.2.3