We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d9d2 commit a69c05eCopy full SHA for a69c05e
1 file changed
components/ui/homecarousel.tsx
@@ -54,7 +54,7 @@ function Carousel({
54
...props
55
}: React.ComponentProps<"div"> & CarouselProps) {
56
const autoplay = React.useRef(
57
- Autoplay({ delay: 3333 })
+ Autoplay({ delay: 6666 })
58
)
59
const [carouselRef, api] = useEmblaCarousel(
60
{
0 commit comments