Skip to content

Commit af917f4

Browse files
author
Shubh Porwal
committed
perf: reduce loader duration
1 parent 1624a25 commit af917f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Home() {
3030
useEffect(() => {
3131
setTimeout(() => {
3232
setIsLoading(false);
33-
}, 4100);
33+
}, 2700);
3434
}, []);
3535

3636
useEffect(() => {

0 commit comments

Comments
 (0)