Skip to content

Commit 6d80e04

Browse files
committed
splash changed to 1 sec
Co-authored-by: Jon Cruz [email protected] Co-authored-by: Elena Atencio [email protected] Co-authored-by: John Donato [email protected]
1 parent cdfdbb8 commit 6d80e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Splash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Splash: React.FC = React.memo(props => {
55
const [visible, setVisible] = useState(true);
66

77
useEffect(() => {
8-
setTimeout(() => setVisible(false), 4000);
8+
setTimeout(() => setVisible(false), 1000);
99
}, []);
1010

1111
return (

0 commit comments

Comments
 (0)