From 29f149eded3945ff9985abc2f535be264997d26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Thu, 15 May 2025 14:13:45 -0300 Subject: [PATCH] fix --- superpage/src/components/Carousel.astro | 2 +- superpage/src/components/Course/BuyDropdown.astro | 8 ++++---- superpage/src/components/Course/FlyoutMenu.astro | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 911f8d8..b355447 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -25,7 +25,7 @@ const { items = [] } = Astro.props; class="flex max-lg:overflow-x-scroll max-lg:snap-x snap-mandatory scroll-smooth scrollbar-hide space-x-4 lg:gap-8 lg:justify-center" > { - items.map((Component, idx) => ( + items.map((Component, idx: number) => (
Contratar agora