mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-31 03:08:29 +08:00
added zen filter
This commit is contained in:
parent
76b376c2f3
commit
dadeb7a622
1 changed files with 2 additions and 1 deletions
|
|
@ -947,8 +947,8 @@
|
|||
</div>
|
||||
<div class="text-button" mode="words" tabindex="2">words</div>
|
||||
<div class="text-button" mode="quote" tabindex="2">quote</div>
|
||||
<div class="text-button" mode="custom" tabindex="2">custom</div>
|
||||
<div class="text-button" mode="zen" tabindex="2">zen</div>
|
||||
<div class="text-button" mode="custom" tabindex="2">custom</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="group wordCount hidden">
|
||||
|
|
@ -3341,6 +3341,7 @@
|
|||
<div class="button" filter="words">words</div>
|
||||
<div class="button" filter="time">time</div>
|
||||
<div class="button" filter="quote">quote</div>
|
||||
<div class="button" filter="zen">zen</div>
|
||||
<div class="button" filter="custom">custom</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue