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'} >
-
+