mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Scale down Google AI Edge Gallery logo in clients.jsx
The logo is a 256x256 square icon with no wordmark, so at default scale it appears much larger than the horizontal wordmark logos used by other clients. Setting `scale: 0.45` brings it in line visually. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -300,6 +300,7 @@ export const clients = [
|
||||
url: "https://github.com/google-ai-edge/gallery",
|
||||
lightSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg",
|
||||
darkSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg",
|
||||
scale: 0.45,
|
||||
instructionsUrl: "https://github.com/google-ai-edge/gallery/tree/main/skills",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user