Skip to content

Commit

Permalink
feat(navigation): Added external Status page link.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Mar 11, 2022
1 parent f8c44c4 commit b9a395c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ export default {
nuxt: true,
external: false,
},
{
icon: 'mdi-apps',
title: 'Status',
to: 'https://stats.uptimerobot.com/gZZr2fq81O',
nuxt: false,
external: true,
},
{
icon: 'mdi-apps',
title: 'Contact us',
Expand Down

0 comments on commit b9a395c

Please sign in to comment.