diff --git a/vuepress/docs/.vuepress/theme/navbar.ts b/vuepress/docs/.vuepress/theme/navbar.ts index f4aca66..8323927 100644 --- a/vuepress/docs/.vuepress/theme/navbar.ts +++ b/vuepress/docs/.vuepress/theme/navbar.ts @@ -1,6 +1,10 @@ import type { NavbarConfig } from '@vuepress/theme-default' export const navbar: NavbarConfig = [ + { + text: 'Logout', + link: '/logout', + }, { text: 'Design System', link: 'https://developer.bcc.no/bcc-design',