diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index b9f84a6..13b893f 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -57,9 +57,13 @@
v-for="item in menuItems"
:key="item.title"
:title="item.title"
- :prepend-icon="item.icon"
@click="navigate(item.route)"
- >
+ >
+
+ {{ item.icon }}
+
+
+
@@ -67,9 +71,13 @@
v-for="item in menuAdminItems"
:key="item.title"
:title="item.title"
- :prepend-icon="item.icon"
@click="navigateAdmin(item.route)"
- >
+ >
+
+ {{ item.icon }}
+
+
+