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 = ({
9191 />
9292 </ div >
9393 </ TooltipTrigger >
94- < TooltipContent side = "bottom" >
95- < span > Selected language model</ span >
96- </ TooltipContent >
9794 </ Tooltip >
9895 </ >
9996 ) }
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const LanguageModelSelector = ({
9393 >
9494 { selectedModel ? ( selectedModel . displayName ?? selectedModel . model ) : "Select model" }
9595 </ span >
96- < ChevronDown className = "h-4 cursor-pointer text-muted-foreground ml-2 " />
96+ < ChevronDown className = "h-4 cursor-pointer text-muted-foreground" />
9797 </ div >
9898 </ Button >
9999 </ PopoverTrigger >
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export const SearchScopeSelector = React.forwardRef<
172172 `${ selectedSearchScopes . length } selected`
173173 }
174174 </ span >
175- < ChevronDown className = "h-4 cursor-pointer text-muted-foreground ml-2 " />
175+ < ChevronDown className = "h-4 cursor-pointer text-muted-foreground" />
176176 </ div >
177177 </ Button >
178178 </ PopoverTrigger >
You can’t perform that action at this time.
0 commit comments