diff --git a/src/components/menu/VMenuBar.vue b/src/components/menu/VMenuBar.vue index fc1d093..86e487d 100644 --- a/src/components/menu/VMenuBar.vue +++ b/src/components/menu/VMenuBar.vue @@ -11,7 +11,8 @@ const props = withDefaults(defineProps(), { logoText: undefined, breakpoints: '960px', quickLinks: undefined, - menuLabel: undefined + menuLabel: undefined, + logoPath: '/home', }) @@ -23,7 +24,7 @@ const props = withDefaults(defineProps(), { class="p-menubar" >