Merge pull request #308 from jonathanhefner/scale-edge-gallery-logo

Scale down Google AI Edge Gallery logo in `clients.jsx`
This commit is contained in:
Jonathan Hefner
2026-04-10 09:38:51 -05:00
committed by GitHub
+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",
},
];