From 2ffca1132f8bd1a78e7d23650dc42b9a146618b5 Mon Sep 17 00:00:00 2001 From: pooja-jaiswal_navi Date: Mon, 22 Jan 2024 17:37:46 +0530 Subject: [PATCH] TP-51166 | left nav position for team page --- src/components/LeftNav/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/LeftNav/index.tsx b/src/components/LeftNav/index.tsx index 840e723..0ee533d 100644 --- a/src/components/LeftNav/index.tsx +++ b/src/components/LeftNav/index.tsx @@ -48,13 +48,6 @@ const LeftNav: React.FC = ({ children }) => { Icon: DashboardIcon, handleNavigation: () => navigate('/'), }, - { - itemType: 'simpleNavItem', - label: 'Team', - route: '/team', - Icon: TeamIcon, - handleNavigation: () => navigate('/team'), - }, { itemType: 'simpleNavItem', label: 'Severity', @@ -62,6 +55,13 @@ const LeftNav: React.FC = ({ children }) => { Icon: AlertOutlineIcon, handleNavigation: () => navigate('/severity'), }, + { + itemType: 'simpleNavItem', + label: 'Team', + route: '/team', + Icon: TeamIcon, + handleNavigation: () => navigate('/team'), + }, { itemType: 'simpleNavItem', label: 'Houston metrics',