NERDDISCO commited on
Commit
ac6bf17
·
1 Parent(s): 11e58ff

feat: added "Network error"

Browse files
Files changed (1) hide show
  1. src/components/Troubleshooting.tsx +12 -0
src/components/Troubleshooting.tsx CHANGED
@@ -26,6 +26,18 @@ export default function Troubleshooting() {
26
 
27
  <DividerBox />
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  <Paper sx={{ p: 1 }}>
30
  <Typography>
31
  You need help? Something is not working?{" "}
 
26
 
27
  <DividerBox />
28
 
29
+ <Paper sx={{ p: 1 }}>
30
+ <Alert severity="error" sx={{ fontSize: "1.25rem", mb: 1 }}>
31
+ Network Error
32
+ </Alert>
33
+
34
+ <Typography variant="body1">
35
+ There might have been a timeout or something else. Please try again.
36
+ </Typography>
37
+ </Paper>
38
+
39
+ <DividerBox />
40
+
41
  <Paper sx={{ p: 1 }}>
42
  <Typography>
43
  You need help? Something is not working?{" "}