]> git.codecow.com Git - nano-pow.git/commitdiff
Use Unicode codepoint for exclamation mark instead of literal symbol which can render...
authorChris Duncan <chris@zoso.dev>
Mon, 19 Jan 2026 07:27:59 +0000 (23:27 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 19 Jan 2026 07:27:59 +0000 (23:27 -0800)
test/index.html

index bdb0fdf2510c2c74ad7515f4ebe5e352bc72efff..8fe2d7518228be40425bd23e8459db4bf5be011b 100644 (file)
@@ -344,7 +344,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
        <h3>Scoring</h3>
        <label for="runs">Score Runs</label>
        <input id="runs" type="number" value="1" autofocus />
-       <button id="btnStartScore">Score </button>
+       <button id="btnStartScore">Score &#x2757;</button>
        <hr />
        <h3 id="status">WAITING</h3>
        <hr />