From acaa82180c9d2e620dbeec45169d0641880b66f1 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Fri, 10 Apr 2026 09:35:47 -0500 Subject: [PATCH] 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) --- docs/snippets/clients.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index ce55fad..a6bb0f3 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -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", }, ];