Use Antigravity MCP PNG icon

This commit is contained in:
Ishaan Gupta 2026-06-15 17:07:04 +05:30
parent 6814033cf2
commit 265b73333a
5 changed files with 3 additions and 10 deletions

View file

@ -63,7 +63,7 @@ const clients = {
function mcpClientIconSrc(key: string): string {
if (key === "mcp-url") return "/mcp-icon.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.png"
return `/mcp-supported-tools/${key === "claude-code" ? "claude" : key}.png`
}

View file

@ -244,7 +244,7 @@ const MCP_CLIENTS: Array<{
function mcpClientIconSrc(key: MCPClientKey): string {
if (key === "mcp-url") return "/mcp-icon.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.png"
const file = key === "claude-code" ? "claude" : key
return `/mcp-supported-tools/${file}.png`
}

View file

@ -147,7 +147,7 @@ const MCP_CATEGORIES: {
function clientIconSrc(key: ClientKey) {
if (key === "mcp-url") return "/mcp-icon.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.svg"
if (key === "antigravity") return "/mcp-supported-tools/antigravity.png"
const file = key === "claude-code" ? "claude" : key
return `/mcp-supported-tools/${file}.png`
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="64" rx="16" fill="#0B0E13"/>
<path d="M14 40C23 25 42 17 52 26" stroke="#4BA0FA" stroke-width="4" stroke-linecap="round"/>
<path d="M12 30C23 44 43 48 53 36" stroke="#55D6BE" stroke-width="4" stroke-linecap="round"/>
<circle cx="48" cy="23" r="4" fill="#FAFAFA"/>
<text x="32" y="38" fill="#FAFAFA" font-family="Arial, sans-serif" font-size="17" font-weight="700" text-anchor="middle">AG</text>
</svg>

Before

Width:  |  Height:  |  Size: 533 B