Skip to content

Commit

Permalink
feat(web): Add href to actual status page in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 33b7453 commit 81731c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const navigationItems = {
},
{
text: 'Status',
path: routes.statusPage(),
path: 'https://app.pulsetic.com/status/bppOB4Gv',
},
],
};
Expand Down

0 comments on commit 81731c7

Please sign in to comment.