diff --git a/dist/index.html b/dist/index.html index 5c6e346..5d92d5d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -32,7 +32,7 @@
- Loading... + .
diff --git a/src/index.js b/src/index.js index 76f466f..b3517c0 100644 --- a/src/index.js +++ b/src/index.js @@ -36,7 +36,9 @@ document.addEventListener("DOMContentLoaded", () => { document.addEventListener("keydown", (event) => { if (event.ctrlKey && event.key === "m") { - windowManager.createWindow("Terminal", getMinesweeperPath); + + windowManager.createWindow("Minesweeper", getMinesweeperPath); + } });