mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 02:44:39 +08:00
added back to lobby button
This commit is contained in:
parent
62ef5a7b6b
commit
35ea8b24f6
1 changed files with 9 additions and 0 deletions
|
|
@ -1384,6 +1384,15 @@
|
|||
>
|
||||
<i class="fas fa-fw fa-chevron-right"></i>
|
||||
</div>
|
||||
<div
|
||||
id="backToLobbyButton"
|
||||
aria-label="Back to lobby"
|
||||
data-balloon-pos="down"
|
||||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
<i class="fas fa-fw fa-home"></i>
|
||||
</div>
|
||||
<div
|
||||
id="restartTestButtonWithSameWordset"
|
||||
aria-label="Repeat test"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue