From 963fe95a8a7a37245e94e3294f9c2c60385d821b Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:23:30 +0000 Subject: [PATCH] refactors navbar --- src/components/NavBar.vue | 72 ++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 4e826e6..bc82e4e 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,51 +1,70 @@ +