mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): use Anthropic icon instead of Claude icon for provider (#23661)
This commit is contained in:
@@ -22,7 +22,7 @@ export const AIBridgeProviderIcon = ({
|
||||
case "anthropic":
|
||||
return (
|
||||
<ExternalImage
|
||||
src="/icon/claude.svg"
|
||||
src="/icon/anthropic.svg"
|
||||
className={cn(iconClassName, className)}
|
||||
/>
|
||||
);
|
||||
|
||||
@@ -7,7 +7,7 @@ import { normalizeProvider } from "./helpers";
|
||||
|
||||
const providerIconMap: Record<string, string> = {
|
||||
openai: "/icon/openai.svg",
|
||||
anthropic: "/icon/claude.svg",
|
||||
anthropic: "/icon/anthropic.svg",
|
||||
azure: "/icon/azure.svg",
|
||||
bedrock: "/icon/aws.svg",
|
||||
google: "/icon/google.svg",
|
||||
|
||||
Reference in New Issue
Block a user