Skip to content

Commit

Permalink
fix: view leaderboards command not working (@iwmywn) (monkeytypegame#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iwmywn authored Feb 24, 2025
1 parent 7be66e9 commit 39a235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/commandline/lists/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
},
},
{
Expand Down

0 comments on commit 39a235a

Please sign in to comment.