From f982a7bd1533a6b4c9ccb1273876f82b6f32d3e5 Mon Sep 17 00:00:00 2001 From: Alex Toucan <99103316+Alex-Toucan@users.noreply.github.com> Date: Sat, 4 May 2024 18:49:00 -0500 Subject: [PATCH] Update Hero.astro --- src/components/Hero.astro | 93 ++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 49 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 03223a637..e11144af5 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,7 +2,6 @@ const { id, title, - titleHTML, titleClasses, description, errorButton, @@ -16,7 +15,8 @@ const { minImageWidth, marginBottom, icons, - dropdownItems + dropdownItems, + container } = Astro.props; --- @@ -24,57 +24,52 @@ const {
-
- {imageSrc && ( - icon - )} - {titleHTML ? - <> - - - : - <> -

{title}

- - } -
-

{description}

-