Skip to content

Commit 782afa3

Browse files
committed
492: Increase alert time to 6 seconds
1 parent 98623f7 commit 782afa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/src/contexts/AlertContext.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
const ALERT_TIME = 5000;
3+
const ALERT_TIME = 6000;
44
const initialState = {
55
text: "",
66
type: "",

0 commit comments

Comments
 (0)