upd: waktu splash

This commit is contained in:
amel
2024-12-10 10:52:54 +08:00
parent 7babc1fc60
commit d166b1b9b6
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export default function SplashCrowd() {
const router = useRouter();
useShallowEffect(() => {
setTimeout(() => router.push(RouterCrowd.main), 1000);
setTimeout(() => router.push(RouterCrowd.main), 500);
}, []);
return (
<>