We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2a371 commit c99627bCopy full SHA for c99627b
index.html
@@ -46,7 +46,7 @@ <h1 class="text-3xl font-bold mb-6 text-white">Sudoku Checker</h1>
46
47
<!-- Update all rows -->
48
<div class="mb-6">
49
- <label for="allRowsInput" class="block mb-2 text-lg">Enter All Rows (81 Numbers):</label>
+ <label for="allRowsInput" class="block mb-2 text-lg">Enter All Rows (81 Numbers), Beginning with Row 1:</label>
50
<input
51
id="allRowsInput"
52
class="block w-full p-2 rounded border-gray-300 text-black text-center"
0 commit comments