From a730e05645128224be7b49b36bd15f4f81303caa Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 18:52:54 +0300 Subject: Buttons fix --- src/components/widgets/HeroBackground.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/widgets') diff --git a/src/components/widgets/HeroBackground.astro b/src/components/widgets/HeroBackground.astro index b5ea748..904bc23 100644 --- a/src/components/widgets/HeroBackground.astro +++ b/src/components/widgets/HeroBackground.astro @@ -1,6 +1,6 @@ --- import Image from '~/components/common/Image.astro'; -import Button from '~/components/ui/Button.astro'; +import HeroButton from '~/components/ui/HeroButton.astro'; import type { Hero as Props } from '~/types'; @@ -105,7 +105,7 @@ const { {Array.isArray(actions) ? ( actions.map((action) => (
-
)) ) : ( -- cgit v1.2.3