@@ -152,8 +152,8 @@ onMounted(() => { inputRef.value?.focus(); });
class="group flex items-center h-10 pr-3 rounded-md cursor-pointer transition-colors relative ml-10 hover:bg-[var(--color-hover)]"
:class="selectedIndex === index ? 'bg-[var(--color-hover)] text-[var(--text-primary)]' : 'text-[var(--text-secondary)]'">
-
-
+
+
{{ item.name }}
diff --git a/app/components/Sidenav/index.vue b/app/components/Sidenav/index.vue
index 1bdd55b..124b7c0 100644
--- a/app/components/Sidenav/index.vue
+++ b/app/components/Sidenav/index.vue
@@ -151,7 +151,7 @@ const navKind = computed(() => {