From 6c237ff8233cd12e11a3c0b2c4b8150e2403e6ec Mon Sep 17 00:00:00 2001 From: Aniruddha1701 <95077620+Aniruddha1701@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:45:57 +0530 Subject: [PATCH] index.ts --- packages/stablestudio-plugin-webui/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stablestudio-plugin-webui/src/index.ts b/packages/stablestudio-plugin-webui/src/index.ts index 6a4d885..f379509 100644 --- a/packages/stablestudio-plugin-webui/src/index.ts +++ b/packages/stablestudio-plugin-webui/src/index.ts @@ -13,7 +13,7 @@ import { const manifest = { name: "stable-diffusion-webui", author: "Terry Jia", - link: "https://github.com/jtydhr88", + link: "https://github.com/Aniruddha1701", icon: `${window.location.origin}/DummyImage.png`, version: "0.0.0", license: "MIT",