Skip to content

Commit 4771285

Browse files
authored
fix(blind-mode): make blind mode "on" text invisible (@Leonabcd123) (monkeytypegame#7274)
### Description Use ` ` instead of the current, visible character.
1 parent 65e490c commit 4771285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/html/pages/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<div class="buttons">
193193
<button data-config-value="false">off</button>
194194
<button data-config-value="true">
195-
195+
&ensp;
196196
<!-- On is missing on purpose. -->
197197
</button>
198198
</div>

0 commit comments

Comments
 (0)