mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
typo
This commit is contained in:
parent
8b8e320955
commit
e250aa49a9
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export function updateFooter(lb) {
|
|||
? "-"
|
||||
: entry.consistency.toFixed(2) + "%"
|
||||
}</div></td>
|
||||
<td class="alignRight">time<br><div class="sub">15</div></td>
|
||||
<td class="alignRight">time<br><div class="sub">${lb}</div></td>
|
||||
<td class="alignRight">${moment(entry.timestamp).format(
|
||||
"DD MMM YYYY"
|
||||
)}<br><div class='sub'>${moment(entry.timestamp).format("HH:mm")}</div></td>
|
||||
|
|
Loading…
Reference in a new issue