feat(ui): add providers icon and use in settings

This commit is contained in:
David Hill 2026-01-26 16:20:01 +00:00
commit 6f3d413472
2 changed files with 2 additions and 1 deletions

View file

@ -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">