This commit is contained in:
2025-05-15 14:13:45 -03:00
parent d988dcd278
commit 29f149eded
3 changed files with 9 additions and 8 deletions

View File

@@ -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) => (
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
id={`slide${idx + 1}`}