From f4f20dc8c59a5bbd76a9e5cd3534ea552dfc5819 Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:40:02 -0700 Subject: [PATCH] Add source code url to Google AI Edge Gallery in client list --- docs/snippets/clients.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index a6bb0f3..ec45f72 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -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", }, ];