diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7fa5086..a74dce0 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -12,7 +12,7 @@ const user = ref(null) const navItems = computed(() => [ - { id: 'stack', label: t('nav.stack'), icon: 'ph-inbox', to: '/stack' }, + { id: 'stack', label: t('nav.stack'), icon: 'ph-tray', to: '/stack' }, { id: 'tree', label: t('nav.tree'), icon: 'ph-tree-structure', to: '/tree' }, { id: 'list', label: t('nav.list'), icon: 'ph-list-bullets', to: '/list' }, { id: 'projects', label: t('nav.projects'), icon: 'ph-folders', to: '/projects' }, @@ -53,12 +53,26 @@ :title="t('nav.sections')" :subtitle="t('nav.subtitle')" > -