mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): add coder agents logo to aibridge clients (#23608)
Add the Coder icon to Coder Agents AI Bridge client icon
This commit is contained in:
@@ -15,6 +15,13 @@ export const AIBridgeClientIcon = ({
|
||||
// the AI Bridge bridge.go file.
|
||||
// https://github.com/coder/aibridge/blob/main/bridge.go#L31-L32
|
||||
switch (client) {
|
||||
case "Coder Agents":
|
||||
return (
|
||||
<ExternalImage
|
||||
src="/icon/coder.svg"
|
||||
className={cn(iconClassName, className)}
|
||||
/>
|
||||
);
|
||||
case "Claude Code":
|
||||
return (
|
||||
<ExternalImage
|
||||
|
||||
Reference in New Issue
Block a user