reorder nav buttons
This commit is contained in:
@@ -44,18 +44,18 @@ const navbarItems: Array<NavbarItem> = [
|
|||||||
SelectedIconComponent: NewReleasesIcon,
|
SelectedIconComponent: NewReleasesIcon,
|
||||||
IconComponent: NewReleasesOutlinedIcon,
|
IconComponent: NewReleasesOutlinedIcon,
|
||||||
show: 'both',
|
show: 'both',
|
||||||
}, {
|
|
||||||
path: '/sources',
|
|
||||||
title: 'Sources',
|
|
||||||
SelectedIconComponent: ExploreIcon,
|
|
||||||
IconComponent: ExploreOutlinedIcon,
|
|
||||||
show: 'desktop',
|
|
||||||
}, {
|
}, {
|
||||||
path: '/extensions',
|
path: '/extensions',
|
||||||
title: 'Extensions',
|
title: 'Extensions',
|
||||||
SelectedIconComponent: ExtensionIcon,
|
SelectedIconComponent: ExtensionIcon,
|
||||||
IconComponent: ExtensionOutlinedIcon,
|
IconComponent: ExtensionOutlinedIcon,
|
||||||
show: 'desktop',
|
show: 'desktop',
|
||||||
|
}, {
|
||||||
|
path: '/sources',
|
||||||
|
title: 'Sources',
|
||||||
|
SelectedIconComponent: ExploreIcon,
|
||||||
|
IconComponent: ExploreOutlinedIcon,
|
||||||
|
show: 'desktop',
|
||||||
}, {
|
}, {
|
||||||
path: '/browse',
|
path: '/browse',
|
||||||
title: 'Browse',
|
title: 'Browse',
|
||||||
|
|||||||
Reference in New Issue
Block a user