Skip to content

Commit

Permalink
change default word count from 15 to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
scribenetwork authored Aug 12, 2020
1 parent b4d942a commit f5e4855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ <h2>Mnemonic</h2>
<option value="6">6</option>
<option value="9">9</option>
<option value="12">12</option>
<option value="15" selected>15</option>
<option value="15">15</option>
<option value="18">18</option>
<option value="21">21</option>
<option value="24">24</option>
<option value="24" selected>24</option>
</select>
<span>words, or enter your own below</span>.
<p class="warning help-block hidden">
Expand Down

0 comments on commit f5e4855

Please sign in to comment.