Skip to content

Commit 0d24c3b

Browse files
committed
fix: icon
1 parent eedd8d0 commit 0d24c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/app/components/memshell/main-config-card.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const shellToolIcons: Record<ShellToolType, JSX.Element> = {
5353
[ShellToolType.Command]: <CommandIcon className="h-4 w-4" />,
5454
[ShellToolType.AntSword]: <SwordIcon className="h-4 w-4" />,
5555
[ShellToolType.Suo5]: <WaypointsIcon className="h-4 w-4" />,
56+
[ShellToolType.Suo52x]: <WaypointsIcon className="h-4 w-4" />,
5657
[ShellToolType.NeoreGeorg]: <NetworkIcon className="h-4 w-4" />,
5758
[ShellToolType.Custom]: <ZapIcon className="h-4 w-4" />,
5859
};

0 commit comments

Comments
 (0)