mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 21:44:06 +08:00
wrapped icon inside a div
This commit is contained in:
parent
54446332d6
commit
70ea75ea17
1 changed files with 3 additions and 1 deletions
|
|
@ -3584,7 +3584,9 @@
|
|||
|
||||
<div class="page pageTribe hidden">
|
||||
<div class="preloader">
|
||||
<i class="fas fa-fw fa-spin fa-circle-notch"></i>
|
||||
<div class="icon">
|
||||
<i class="fas fa-fw fa-spin fa-circle-notch"></i>
|
||||
</div>
|
||||
<div class="text">Waiting for login</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue