diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index 122ebb8..f762d8d 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -52,7 +52,7 @@ const { {callToAction?.icon && ( <> - {' '} +   )} {callToAction?.text} @@ -70,7 +70,7 @@ const { {callToAction2?.icon && ( <> - {' '} +   )} {callToAction2.text}