Skip to content

Commit 39a235a

Browse files
authored
fix: view leaderboards command not working (@iwmywn) (monkeytypegame#6301)
1 parent 7be66e9 commit 39a235a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/commandline/lists/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const commands: Command[] = [
1919
alias: "navigate go to",
2020
icon: "fa-crown",
2121
exec: (): void => {
22-
$("header nav .textButton.view-leaderboards").trigger("click");
22+
navigate("/leaderboards");
2323
},
2424
},
2525
{

0 commit comments

Comments
 (0)