summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 16:08:27 -0700
committerFuwn <[email protected]>2021-05-17 16:08:27 -0700
commit2684790174545356f53cf8a7db145ae6445179a1 (patch)
treee5324faea9e72127597d170aeee1fd2cc7d5aacf
parentchore: Add notice (diff)
downloadmonkey-type-desktop-2684790174545356f53cf8a7db145ae6445179a1.tar.xz
monkey-type-desktop-2684790174545356f53cf8a7db145ae6445179a1.zip
fix: update domain
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 3955227..67f0a6b 100644
--- a/index.js
+++ b/index.js
@@ -58,7 +58,7 @@ const createMainWindow = async () => {
mainWindow = undefined;
});
- await win.loadURL('https://monkey-type.com/');
+ await win.loadURL('https://monkeytype.com/');
return win;
};