From b314b5cb0548b370a7bac1dee39c844496d97707 Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Thu, 12 Feb 2026 19:45:35 -0500 Subject: [PATCH] Slider fixed --- src/components/section/CarouselSection.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index f1f8dd6..92edc99 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -27,7 +27,7 @@ const { images } = Astro.props; -
+
@@ -42,8 +42,10 @@ const { images } = Astro.props;