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:
Jonathan Hefner
2026-04-10 09:35:47 -05:00
Unverified
parent 650984699b
commit acaa82180c
+1
View File
@@ -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",
},
];