diff --git a/src/components/BoxContainer.astro b/src/components/BoxContainer.astro index 7533faa..4c4cf1f 100644 --- a/src/components/BoxContainer.astro +++ b/src/components/BoxContainer.astro @@ -6,7 +6,7 @@ import Button from "./ui/Button.astro"; const background = props.bgImage || props.bgColor; --- -
+
{props.hasIcon && ( diff --git a/src/components/section/InfoSection.astro b/src/components/section/InfoSection.astro index a0827ea..efcee0c 100644 --- a/src/components/section/InfoSection.astro +++ b/src/components/section/InfoSection.astro @@ -9,7 +9,7 @@ const { bgColor, titleColor, textColor, title, text } = Astro.props;
{ infoboxes.map((box) => ( - + ))}