Merge pull request #310 from jinjingforever/gallery_add_src

Add source code url to Google AI Edge Gallery in client list
This commit is contained in:
Jonathan Hefner
2026-04-10 17:51:11 -05:00
committed by GitHub
Unverified
+1
View File
@@ -302,5 +302,6 @@ export const clients = [
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",
sourceCodeUrl: "https://github.com/google-ai-edge/gallery",
},
];