mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-31 03:08:29 +08:00
persisting xp gained for longer
This commit is contained in:
parent
f0f86ffe7f
commit
7290e57d54
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ export async function updateXpBar(
|
|||
.animate({ opacity: 0 }, 250, () => {
|
||||
$("#menu .xpBar .xpGain").text(``);
|
||||
});
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
async function flashLevel(): Promise<void> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue