change mcp token icon

This commit is contained in:
MaysWind
2025-07-07 22:47:16 +08:00
parent 773f808a35
commit 0387551c43
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ function getTokenIcon(deviceType: string): string {
} else if (deviceType === 'tv') {
return 'tv';
} else if (deviceType === 'mcp') {
return 'wand_stars';
return 'sparkles';
} else if (deviceType === 'cli') {
return 'chevron_left_slash_chevron_right';
} else {