From 7105ee9a0a1ce866c79fbbb58c120d2ac82f6abe Mon Sep 17 00:00:00 2001 From: Oz Okun <112382001+Oz-Okun@users.noreply.github.com> Date: Thu, 23 May 2024 11:40:58 +0200 Subject: [PATCH] Add a Logout button --- vuepress/docs/.vuepress/theme/navbar.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',