Skip to content

Commit 6226ed6

Browse files
committed
change icon for grep search tool
1 parent 869ecec commit 6226ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gui/src/pages/gui/ToolCallDiv/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
ArrowRightIcon,
33
CheckIcon,
44
CodeBracketIcon,
5-
CommandLineIcon,
65
DocumentIcon,
76
DocumentTextIcon,
87
FolderIcon,
@@ -37,7 +36,7 @@ interface ToolCallDivProps {
3736

3837
const toolCallIcons: Record<string, ComponentType> = {
3938
[BuiltInToolNames.FileGlobSearch]: MagnifyingGlassIcon,
40-
[BuiltInToolNames.GrepSearch]: CommandLineIcon,
39+
[BuiltInToolNames.GrepSearch]: MagnifyingGlassIcon,
4140
[BuiltInToolNames.LSTool]: FolderIcon,
4241
[BuiltInToolNames.ReadCurrentlyOpenFile]: DocumentTextIcon,
4342
[BuiltInToolNames.ReadFile]: DocumentIcon,

0 commit comments

Comments
 (0)