From 402fcc8c6e74039750e5fca9ef4a194a6f2ce406 Mon Sep 17 00:00:00 2001 From: akhijk2000-afk Date: Fri, 11 Sep 2026 15:12:30 +0530 Subject: [PATCH] Update config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 998390225..a9034d358 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,7 +13,7 @@ const createFolderWorkspace = (scheme: string) => ({ }); const openGitHub1sPage = () => { - return window.open('https://github.com/conwnet/github1s', '_blank'); + return window.open('https://github.com/conwnet/github1s', '_blank');code }; const openOfficialPage = (origin: string) => {