From 13c691c3c9a54d414452d222cb0a2c01fa172f19 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 3 Aug 2022 14:16:41 +0200 Subject: [PATCH] Show correct links in navigation --- client/src/components/MainNavigationBar.vue | 40 +++++++++++---------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/client/src/components/MainNavigationBar.vue b/client/src/components/MainNavigationBar.vue index b119d302..b35b34bc 100644 --- a/client/src/components/MainNavigationBar.vue +++ b/client/src/components/MainNavigationBar.vue @@ -12,6 +12,7 @@ const route = useRoute() const userStore = useUserStore(); const appStore = useAppStore(); const state = reactive({showMenu: false}); +const vbvUrl = 'http://www.vbv.ch'; function toggleNav() { state.showMenu = !state.showMenu; @@ -54,8 +55,8 @@ onMounted(() => { " >
-