diff --git a/src/components/patterns/arch-banner.tsx b/src/components/patterns/arch-banner.tsx index 319dceb1..5df1befb 100644 --- a/src/components/patterns/arch-banner.tsx +++ b/src/components/patterns/arch-banner.tsx @@ -28,7 +28,7 @@ const ArchBanner = ({imageUrl, imageAlt, eagerLoadImage, isSection, children, .. return (
{imageUrl && @@ -44,7 +44,7 @@ const ArchBanner = ({imageUrl, imageAlt, eagerLoadImage, isSection, children, ..
{children && -
+
{children}
}