Spaces:
Runtime error
Runtime error
feat: added "Network error"
Browse files
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?{" "}
|