about summary refs log tree commit diff stats
path: root/html/cards/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/cards/script.js')
-rw-r--r--html/cards/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/cards/script.js b/html/cards/script.js
index 9d76e24..b6bb9dc 100644
--- a/html/cards/script.js
+++ b/html/cards/script.js
@@ -123,7 +123,7 @@ const initializeGame = () => {
 
     // Add event listener for the 'r' key
     document.addEventListener('keydown', e => {
-        if (e.key === 'r') {
+        if (e.key === 'q') {
             handleResetGame();
         }
     });