diff --git a/js/src/components/Dashboard.vue b/js/src/components/Dashboard.vue
index a73481f5..d851832a 100644
--- a/js/src/components/Dashboard.vue
+++ b/js/src/components/Dashboard.vue
@@ -1,5 +1,5 @@
@@ -72,10 +79,10 @@ const sidebarOpen = ref(false)
-
-
+
{{ item.name }}
@@ -105,9 +112,9 @@ const sidebarOpen = ref(false)
-
+ :class="[isActive(item.href).value ? 'bg-indigo-700 text-white' : 'text-indigo-200 hover:bg-indigo-700 hover:text-white', 'group flex gap-x-3 rounded-md p-2 text-sm/6 font-semibold']">
{{ item.name }}