feat(ui): add providers icon and use in settings
This commit is contained in:
parent
7c96d704d3
commit
6f3d413472
2 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export const DialogSettings: Component = () => {
|
|||
<Tabs.SectionTitle>{language.t("settings.section.server")}</Tabs.SectionTitle>
|
||||
<div class="flex flex-col gap-1.5 w-full">
|
||||
<Tabs.Trigger value="providers">
|
||||
<Icon name="server" />
|
||||
<Icon name="providers" />
|
||||
{language.t("settings.providers.title")}
|
||||
</Tabs.Trigger>
|
||||
<Tabs.Trigger value="models">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue