mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
changed tooltip formatting
This commit is contained in:
parent
c4d7abb887
commit
a2eb6720c5
1 changed files with 1 additions and 2 deletions
|
@ -379,8 +379,7 @@ export const accountHistory: ChartWithUpdateColors<
|
|||
`punctuation: ${resultData.punctuation}` +
|
||||
"\n" +
|
||||
`language: ${resultData.language}` +
|
||||
"\n\n" +
|
||||
`personal best: ${resultData.isPb ? "yes" : "no"}` +
|
||||
`${resultData.isPb ? "\n\nnew personal best" : ""}` +
|
||||
"\n\n" +
|
||||
`date: ${format(
|
||||
new Date(resultData.timestamp),
|
||||
|
|
Loading…
Reference in a new issue