Fix fallback link

This commit is contained in:
Alex Holliday
2024-12-13 11:20:09 +08:00
parent ba5f58683e
commit b651d09769
+1 -1
View File
@@ -41,7 +41,7 @@ const Fallback = ({ isAdmin }) => {
variant="contained"
color="primary"
onClick={() => {
navigate("/monitors/create");
navigate("/uptime/create");
}}
sx={{ mt: theme.spacing(12) }}
>