diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 7671d141e..00a48e865 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -497,7 +497,7 @@ const menuItems = computed(() => { { name: 'Settings Captain', label: t('SIDEBAR.CAPTAIN_AI'), - icon: 'i-lucide-sparkles', + icon: 'i-woot-captain', to: accountScopedRoute('captain_settings_index'), }, {