From c649e7982e36481c06898044f1a87992040fd7db Mon Sep 17 00:00:00 2001 From: Roamin <97863888+roaminro@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:12:45 +0000 Subject: [PATCH] style(icons): update icon for mcp --- app/components/@settings/core/constants.ts | 2 +- app/components/chat/ToolInvocations.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/@settings/core/constants.ts b/app/components/@settings/core/constants.ts index db333f5..8901a8f 100644 --- a/app/components/@settings/core/constants.ts +++ b/app/components/@settings/core/constants.ts @@ -11,7 +11,7 @@ export const TAB_ICONS: Record = { 'service-status': 'i-ph:activity-bold', connection: 'i-ph:wifi-high', 'event-logs': 'i-ph:list-bullets', - mcp: 'i-ph:hard-drives-bold', + mcp: 'i-ph:wrench', }; export const TAB_LABELS: Record = { diff --git a/app/components/chat/ToolInvocations.tsx b/app/components/chat/ToolInvocations.tsx index 9567d22..cb0e145 100644 --- a/app/components/chat/ToolInvocations.tsx +++ b/app/components/chat/ToolInvocations.tsx @@ -110,7 +110,7 @@ export const ToolInvocations = memo(({ toolInvocations, toolCallAnnotations, add aria-label={showDetails ? 'Collapse details' : 'Expand details'} >
-
+