diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index a0e83973d..81cb24b12 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -485,12 +485,12 @@ const menuItems = computed(() => { icon: 'i-lucide-briefcase', to: accountScopedRoute('general_settings_index'), }, - // { - // name: 'Settings Captain', - // label: t('SIDEBAR.CAPTAIN_AI'), - // icon: 'i-woot-captain', - // to: accountScopedRoute('captain_settings_index'), - // }, + { + name: 'Settings Captain', + label: t('SIDEBAR.CAPTAIN_AI'), + icon: 'i-woot-captain', + to: accountScopedRoute('captain_settings_index'), + }, { name: 'Settings Agents', label: t('SIDEBAR.AGENTS'),