Skip to content

Commit

Permalink
Increase spalshscreen error timeout to 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Jun 15, 2023
1 parent 54acdfa commit 9765ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Splashscreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Splashscreen() {
error.style.opacity = "1";
error.style.height = "160px";
}
}, 13000);
}, 30000);
}, []);

return (
Expand Down

0 comments on commit 9765ae2

Please sign in to comment.