style(icons): update icon for mcp

This commit is contained in:
Roamin
2025-07-10 20:12:45 +00:00
parent 9d82f7ecab
commit c649e7982e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export const TAB_ICONS: Record<TabType, string> = {
'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<TabType, string> = {