From 871ff9e1eb17313ed2722cc0522cf7929f46e8c5 Mon Sep 17 00:00:00 2001 From: aakashb95 Date: Tue, 23 Dec 2025 16:29:05 +0530 Subject: [PATCH] fix: captain logo in sidebar under settings --- app/javascript/dashboard/components-next/sidebar/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), }, {