mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 17:48:51 +08:00
fix: view leaderboards command not working (@iwmywn) (#6301)
This commit is contained in:
parent
7be66e9cb3
commit
39a235abe5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const commands: Command[] = [
|
|||
alias: "navigate go to",
|
||||
icon: "fa-crown",
|
||||
exec: (): void => {
|
||||
$("header nav .textButton.view-leaderboards").trigger("click");
|
||||
navigate("/leaderboards");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue