From 6929c9bc7472225ce312052c94e980bc5595483b Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 26 Sep 2023 14:31:04 +0200
Subject: [PATCH] sections btn as link

---
 components/Nav/Navbar.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/Nav/Navbar.vue b/components/Nav/Navbar.vue
index f9d474a3..831b782c 100644
--- a/components/Nav/Navbar.vue
+++ b/components/Nav/Navbar.vue
@@ -7,7 +7,7 @@
       <Logo height="45px" />
     </v-app-bar-title>
     <template #append v-if="!mobile">
-      <v-btn v-for="section in sections" :key="section.id" color="primary">
+      <v-btn v-for="section in sections" :key="section.id" color="primary" :href="section.href">
         {{ section.label }}
       </v-btn>
     </template>
-- 
GitLab