Skip to content

Commit a69c05e

Browse files
committed
.
1 parent bc3d9d2 commit a69c05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/homecarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Carousel({
5454
...props
5555
}: React.ComponentProps<"div"> & CarouselProps) {
5656
const autoplay = React.useRef(
57-
Autoplay({ delay: 3333 })
57+
Autoplay({ delay: 6666 })
5858
)
5959
const [carouselRef, api] = useEmblaCarousel(
6060
{

0 commit comments

Comments
 (0)