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) => {