Skip to content

Commit

Permalink
perf: reduce loader duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh Porwal committed Nov 14, 2022
1 parent 4029983 commit 5fa6af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home() {
useEffect(() => {
setTimeout(() => {
setIsLoading(false);
}, 4100);
}, 2700);
}, []);

useEffect(() => {
Expand Down

1 comment on commit 5fa6af1

@vercel
Copy link

@vercel vercel bot commented on 5fa6af1 Nov 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.