Skip to content

Commit 4ee2087

Browse files
committed
revert homepage
1 parent f26a526 commit 4ee2087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"engines": {
2929
"node": "^12.4.0"
3030
},
31-
"homepage": "https://chainguardian.chainsafe.io/",
31+
"homepage": "https://chainguardian.nodefactory.io",
3232
"scripts": {
3333
"build-main": "cross-env NODE_ENV=production webpack --config webpack.main.prod.config.js",
3434
"build-renderer": "cross-env NODE_ENV=production webpack --config webpack.renderer.prod.config.js",

src/main/menu/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const template = [
2222
{
2323
label: "Homepage",
2424
click: async (): Promise<void> => {
25-
await shell.openExternal("https://chainguardian.chainsafe.io/");
25+
await shell.openExternal("https://chainguardian.nodefactory.io/");
2626
},
2727
},
2828
{

0 commit comments

Comments
 (0)