fix: view leaderboards command not working (@iwmywn) (#6301)

This commit is contained in:
Hoàng Anh Tuấn 2025-02-24 18:07:21 +07:00 committed by GitHub
parent 7be66e9cb3
commit 39a235abe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");
},
},
{