Skip to content

Commit 67e9952

Browse files
author
jack
committed
Add xAI logo to GUI provider selection
1 parent 5bc305a commit 67e9952

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

ui/desktop/src/components/settings/providers/modal/subcomponents/ProviderLogo.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import OllamaLogo from './icons/ollama@3x.png';
66
import DatabricksLogo from './icons/databricks@3x.png';
77
import OpenRouterLogo from './icons/openrouter@3x.png';
88
import SnowflakeLogo from './icons/snowflake@3x.png';
9+
import XaiLogo from './icons/xai@3x.png';
910
import DefaultLogo from './icons/default@3x.png';
1011

1112
// Map provider names to their logos
@@ -18,6 +19,7 @@ const providerLogos: Record<string, string> = {
1819
databricks: DatabricksLogo,
1920
openrouter: OpenRouterLogo,
2021
snowflake: SnowflakeLogo,
22+
xai: XaiLogo,
2123
default: DefaultLogo,
2224
};
2325

3.06 KB
Loading
3.06 KB
Loading

0 commit comments

Comments
 (0)