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(() => {
|
||||
const timer = setInterval(advance, 3000);
|
||||
const timer = setInterval(advance, 5000);
|
||||
return () => clearInterval(timer);
|
||||
}, [advance]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user