mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
Fix report popup focusing on test ui (#2416)
This commit is contained in:
parent
a3fef55be4
commit
bc427a6476
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ async function updateResults(searchText) {
|
|||
<div class="icon-button report ${
|
||||
isNotAuthed && "hidden"
|
||||
}" aria-label="Report quote" data-balloon-pos="left">
|
||||
<i class="fas fa-flag"></i>
|
||||
<i class="fas fa-flag report"></i>
|
||||
</div>
|
||||
</div>
|
||||
`);
|
||||
|
|
Loading…
Reference in a new issue