From 0604fc66dab4cb913b4c83bc0e93e0bbc8bfa12b Mon Sep 17 00:00:00 2001 From: anastasiia <151063474+redparsley@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:18:16 +0300 Subject: [PATCH] Update main.js --- couples/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couples/main.js b/couples/main.js index 6082e85..8ee7a7b 100644 --- a/couples/main.js +++ b/couples/main.js @@ -41,7 +41,7 @@ function setGameSettings() { inputVertical.placeholder = "Количество столбцов"; inputVertical.min = "2"; - inputVertical.max = "5"; + inputVertical.max = "6"; inputVertical.type = "number"; inputHorisontal.placeholder = "Количество строк";