From d6608c822370ca7aad42c0ed54caf421ead8bb50 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 17:11:44 +0300 Subject: Update widget --- src/components/widgets/CallToActionImage.astro | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'src/components/widgets/CallToActionImage.astro') diff --git a/src/components/widgets/CallToActionImage.astro b/src/components/widgets/CallToActionImage.astro index df13145..80e181e 100644 --- a/src/components/widgets/CallToActionImage.astro +++ b/src/components/widgets/CallToActionImage.astro @@ -47,27 +47,19 @@ const { image && (
{image.href ? ( - - {image.alt} + {image.alt} ) : ( - {image.alt} + {image.alt} )}
) } - \ No newline at end of file + -- cgit v1.2.3