reorder nav buttons

This commit is contained in:
Aria Moradi
2021-10-31 19:15:13 +03:30
parent 5cd35d005d
commit aabedc5d08

View File

@@ -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',