feat: cleanup settings menu and fix styles

This commit is contained in:
DecDuck
2025-05-01 13:36:52 +10:00
parent ac6b034501
commit a53a566792
6 changed files with 126 additions and 126 deletions

View File

@ -99,11 +99,6 @@ function navigate(close: () => any, to: NavigationItem) {
}
const navigation: NavigationItem[] = [
{
label: "Account settings",
route: "/account",
prefix: "",
},
{
label: "App settings",
route: "/settings",