1
0

Scroll to top of home page

This commit is contained in:
Zef Hemel 2024-01-02 11:36:17 +01:00
parent 8448a578fc
commit ba90397c02

View File

@ -243,7 +243,7 @@ export class MainUI {
icon: HomeIcon,
description: `Go to the index page (Alt-h)`,
callback: () => {
client.navigate("");
client.navigate("", 0);
},
href: "",
},