Skip to content

Commit e903c4c

Browse files
committed
.
1 parent 61ec370 commit e903c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(default_site)/test/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const landings: {
131131
export function Landing() {
132132

133133
const plugin = React.useRef(
134-
Autoplay({ delay: 5000, stopOnInteraction: true, stopOnMouseEnter: true, stopOnFocusIn: true })
134+
Autoplay({ delay: 1000 })
135135
)
136136

137137
return (

0 commit comments

Comments
 (0)