From aabedc5d08f1f1ee5aa90a6445756836117f8b76 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 31 Oct 2021 19:15:13 +0330 Subject: [PATCH] reorder nav buttons --- src/components/navbar/DefaultNavBar.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',