Skip to content

Commit

Permalink
Merge pull request #1374 from bluewave-labs/fix/monitor-fallback-link
Browse files Browse the repository at this point in the history
fix: fallback link
  • Loading branch information
ajhollid authored Dec 13, 2024
2 parents ba5f586 + b651d09 commit fd1232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/src/Pages/Uptime/Home/fallback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Fallback = ({ isAdmin }) => {
variant="contained"
color="primary"
onClick={() => {
navigate("/monitors/create");
navigate("/uptime/create");
}}
sx={{ mt: theme.spacing(12) }}
>
Expand Down

0 comments on commit fd1232d

Please sign in to comment.