mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
icon
This commit is contained in:
parent
3d17cba1b4
commit
c8147900fc
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ function buildFriendRow(entry: Friend): HTMLTableRowElement {
|
|||
element.classList.add("me");
|
||||
} else {
|
||||
actions = `<button class="remove">
|
||||
<i class="fas fa-trash fa-fw"></i>
|
||||
<i class="fas fa-user-times fa-fw"></i>
|
||||
</button>`;
|
||||
}
|
||||
element.innerHTML = `<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue