fix
This commit is contained in:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user