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