Move settings navItem to user menu

This commit is contained in:
Benedikt Kulmann
2020-10-07 09:46:45 +02:00
parent de1faa7c91
commit b94dacf1dc
2 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -32,7 +32,8 @@ const navItems = [
route: {
name: 'settings',
path: `/${appInfo.id}/`
}
},
menu: 'user'
}
]