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:
Jeremy Ruppel
2026-03-25 11:48:35 -04:00
committed by GitHub
parent 239520f912
commit 8f181c18cc
@@ -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