diff --git a/src/components/navbar/DefaultNavBar.tsx b/src/components/navbar/DefaultNavBar.tsx index 663c7fa4..e7448750 100644 --- a/src/components/navbar/DefaultNavBar.tsx +++ b/src/components/navbar/DefaultNavBar.tsx @@ -44,18 +44,18 @@ const navbarItems: Array = [ 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',