mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
Added tooltip to submit review button (#1771) by unrealapex
* Renamed command line setting timer-progress bar * Added tooltip to quote review submit button * Update index.html
This commit is contained in:
parent
e76bc75a58
commit
661bca3e6f
1 changed files with 6 additions and 1 deletions
|
@ -200,9 +200,14 @@
|
|||
<i class="fas fa-star"></i>
|
||||
<i class="fas fa-star"></i>
|
||||
</div> -->
|
||||
<span
|
||||
aria-label="Submit review"
|
||||
data-balloon-pos="up"
|
||||
>
|
||||
<div class="icon-button submitButton">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue