Skip to content

Commit 11b97a5

Browse files
committed
chat toolbar ui nits
1 parent b122e03 commit 11b97a5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

packages/web/src/features/chat/components/chatBox/chatBoxToolbar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)}

packages/web/src/features/chat/components/chatBox/languageModelSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

packages/web/src/features/chat/components/chatBox/searchScopeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)