mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 22:22:21 +08:00
fixed first tab on results page focusing sign in instead of the restart button
This commit is contained in:
parent
60247ff15e
commit
63bf85ac1c
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@
|
|||
<canvas id="wpmChart"></canvas>
|
||||
</div>
|
||||
<div class="loginTip">
|
||||
<a href="/login" data-link>Sign in</a>
|
||||
<a href="/login" tabindex="2" data-link>Sign in</a>
|
||||
to save your result
|
||||
</div>
|
||||
<div class="bottom" style="grid-column: 1/3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue