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) => (