diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 6833dedec..1df6c4945 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -577,12 +577,13 @@ const menuItems = computed(() => { icon: 'i-lucide-credit-card', to: accountScopedRoute('billing_settings_index'), }, - { - name: 'Settings Captain', - label: t('SIDEBAR.CAPTAIN_AI'), - icon: 'i-lucide-sparkles', - to: accountScopedRoute('captain_settings_index'), - }, + // Hidden until we have a way to manage captain settings + // { + // name: 'Settings Captain', + // label: t('SIDEBAR.CAPTAIN_AI'), + // icon: 'i-lucide-sparkles', + // to: accountScopedRoute('captain_settings_index'), + // }, ], }, ];