File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
packages/web/src/features/chat/components/chatBox Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ export const ChatBoxToolbar = ({
91
91
/>
92
92
</ div >
93
93
</ TooltipTrigger >
94
- < TooltipContent side = "bottom" >
95
- < span > Selected language model</ span >
96
- </ TooltipContent >
97
94
</ Tooltip >
98
95
</ >
99
96
) }
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const LanguageModelSelector = ({
93
93
>
94
94
{ selectedModel ? ( selectedModel . displayName ?? selectedModel . model ) : "Select model" }
95
95
</ span >
96
- < ChevronDown className = "h-4 cursor-pointer text-muted-foreground ml-2 " />
96
+ < ChevronDown className = "h-4 cursor-pointer text-muted-foreground" />
97
97
</ div >
98
98
</ Button >
99
99
</ PopoverTrigger >
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export const SearchScopeSelector = React.forwardRef<
172
172
`${ selectedSearchScopes . length } selected`
173
173
}
174
174
</ span >
175
- < ChevronDown className = "h-4 cursor-pointer text-muted-foreground ml-2 " />
175
+ < ChevronDown className = "h-4 cursor-pointer text-muted-foreground" />
176
176
</ div >
177
177
</ Button >
178
178
</ PopoverTrigger >
You can’t perform that action at this time.
0 commit comments