Skip to content

Commit bb0490a

Browse files
authored
Merge pull request #6147 from continuedev/nate/change-icon
change icon for grep search tool
2 parents 5aafefd + 6226ed6 commit bb0490a

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)