Move "About" outside "Settings" in regard to routing
Is already not part of the settings anymore, however, the route was never updated
This commit is contained in:
@@ -77,7 +77,7 @@ const NAVIGATION_BAR_DESKTOP_ITEMS = [
|
||||
moreGroup: NavBarItemMoreGroup.SETTING_INFO,
|
||||
},
|
||||
{
|
||||
path: AppRoutes.settings.childRoutes.about.path,
|
||||
path: AppRoutes.about.path,
|
||||
title: 'settings.about.title',
|
||||
SelectedIconComponent: InfoIcon,
|
||||
IconComponent: InfoIcon,
|
||||
|
||||
Reference in New Issue
Block a user