From ac7d1aac79a0cc700149e2c6d59a0671cc969739 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Sat, 8 Feb 2025 10:03:00 -0500 Subject: [PATCH] Improve sidebar buttons --- frontend/src/views/main/SideBar.vue | 35 +++++++++++++++++++---------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/main/SideBar.vue b/frontend/src/views/main/SideBar.vue index fa7bd9a..01507c7 100644 --- a/frontend/src/views/main/SideBar.vue +++ b/frontend/src/views/main/SideBar.vue @@ -45,21 +45,27 @@ function toggleLanguage() {
- Profile Image + Profile Image {{ userProfileStore.alias }}
+
@@ -67,38 +73,43 @@ function toggleLanguage() {
+
\ No newline at end of file