From 46b222180a56130564a9ffe3a3cfdda7eed6fe15 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 17 Mar 2026 20:43:33 +0100 Subject: [PATCH] Update notification-settings.tsx --- AppImage/components/notification-settings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImage/components/notification-settings.tsx b/AppImage/components/notification-settings.tsx index 6f51f2ff..7763e084 100644 --- a/AppImage/components/notification-settings.tsx +++ b/AppImage/components/notification-settings.tsx @@ -131,8 +131,8 @@ const AI_PROVIDERS = [ model: "claude-3-haiku-20240307", description: "Excellent for writing and translation. Fast and economical.", keyUrl: "https://console.anthropic.com/settings/keys", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-dark.webp", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-light.webp" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-light.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-dark.webp" }, { value: "gemini", @@ -158,8 +158,8 @@ const AI_PROVIDERS = [ model: "meta-llama/llama-3.3-70b-instruct", description: "Aggregator with access to 100+ models using a single API key. Maximum flexibility.", keyUrl: "https://openrouter.ai/keys", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-dark.webp", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-light.webp" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-light.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-dark.webp" }, ]