Move settings navItem to user menu

This commit is contained in:
Benedikt Kulmann
2020-10-06 16:15:20 +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

View File

@@ -32,7 +32,8 @@ const navItems = [
route: {
name: 'settings',
path: `/${appInfo.id}/`
}
},
menu: 'user'
}
]