From f1d69891781ddab45a3260ea442b51172d6055ba Mon Sep 17 00:00:00 2001 From: Felipe Moreira dos Santos Date: Fri, 26 Dec 2025 10:21:07 -0300 Subject: [PATCH] fix: modified navbar component to be responsive and adaptative to mobile screens --- src/components/NavBar.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 8ebeb03..fe3b41f 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -7,23 +7,22 @@ const theme = useTheme()