Change entrypoint for Settings (#10904)

This commit is contained in:
Joakim Sørensen 2021-12-14 01:08:19 +01:00 committed by GitHub
parent 76339c90f7
commit b8832f2121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ export const configSections: { [name: string]: PageNavigation[] } = {
iconColor: "#8E24AA",
},
{
path: "/config/core",
path: "/config/server_control",
translationKey: "settings",
iconPath: mdiCog,
iconColor: "#4A5963",