From 7b7086cc1e0da1124c3f37c7d1d7dc637792493d Mon Sep 17 00:00:00 2001 From: Antoine BRYJA Date: Mon, 10 Nov 2025 18:05:30 +0100 Subject: [PATCH] add icon nav bar --- front-end/index.html | 4 ++ front-end/src/components/NavBar.vue | 91 +++++++++++++++++++++++------ 2 files changed, 77 insertions(+), 18 deletions(-) diff --git a/front-end/index.html b/front-end/index.html index baf1bf7..d5fd901 100644 --- a/front-end/index.html +++ b/front-end/index.html @@ -3,6 +3,10 @@ + + + Vite App diff --git a/front-end/src/components/NavBar.vue b/front-end/src/components/NavBar.vue index b4ab5fd..8bc5e0c 100644 --- a/front-end/src/components/NavBar.vue +++ b/front-end/src/components/NavBar.vue @@ -1,40 +1,69 @@