diff --git a/mateclaw-ui/src/views/layout/MainLayout.vue b/mateclaw-ui/src/views/layout/MainLayout.vue
index 44318eaa..9f8c16d9 100644
--- a/mateclaw-ui/src/views/layout/MainLayout.vue
+++ b/mateclaw-ui/src/views/layout/MainLayout.vue
@@ -354,16 +354,16 @@ const navGroups = computed(() => [
label: t('nav.wiki'),
icon: ``,
},
- {
- path: '/enterprise',
- label: t('nav.enterprise'),
- icon: ``,
- },
{
path: '/memory',
label: t('nav.memory'),
icon: ``,
},
+ {
+ path: '/enterprise',
+ label: t('nav.enterprise'),
+ icon: ``,
+ },
],
},
{