change mcp token icon
This commit is contained in:
@@ -157,7 +157,7 @@ import {
|
||||
mdiTablet,
|
||||
mdiWatch,
|
||||
mdiTelevision,
|
||||
mdiMagicStaff,
|
||||
mdiCreationOutline,
|
||||
mdiConsole,
|
||||
mdiDevices
|
||||
} from '@mdi/js';
|
||||
@@ -238,7 +238,7 @@ function getTokenIcon(deviceType: string): string {
|
||||
} else if (deviceType === 'tv') {
|
||||
return mdiTelevision;
|
||||
} else if (deviceType === 'mcp') {
|
||||
return mdiMagicStaff;
|
||||
return mdiCreationOutline;
|
||||
} else if (deviceType === 'cli') {
|
||||
return mdiConsole;
|
||||
} else {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user