diff --git a/public/file-account-outline.png b/public/file-account-outline.png
new file mode 100644
index 00000000..25c536ca
Binary files /dev/null and b/public/file-account-outline.png differ
diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue
index 91fc8ede..14caee4d 100644
--- a/src/components/DrawerComponent.vue
+++ b/src/components/DrawerComponent.vue
@@ -1,39 +1,56 @@
-
+
@@ -42,11 +59,11 @@ const leftDrawerOpen = defineModel('leftDrawerOpen', {
v-for="v in labelMenu"
:key="v.label"
clickable
- @click="currentRoute = v.label"
+ @click="navigateTo(v.label, v.route)"
class="no-padding"
:class="{ active: currentRoute === v.label, dark: $q.dark.isActive }"
>
-
+