mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(landing): slow hero message rotation from 3s to 5s
This commit is contained in:
@@ -29,7 +29,7 @@ export function TypingCursor() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const timer = setInterval(advance, 3000);
|
const timer = setInterval(advance, 5000);
|
||||||
return () => clearInterval(timer);
|
return () => clearInterval(timer);
|
||||||
}, [advance]);
|
}, [advance]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user