diff options
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ const createMainWindow = async () => { mainWindow = undefined; }); - await win.loadURL('https://monkey-type.com/'); + await win.loadURL('https://monkeytype.com/'); return win; }; |