From 9d8c077f768a0fc3d1ff6cae41981d6abcbc9abc Mon Sep 17 00:00:00 2001 From: pooja-jaiswal_navi Date: Wed, 10 Jan 2024 14:02:22 +0530 Subject: [PATCH] TP-51166 | merged conflicts --- src/Pages/Incidents/Incidents.module.scss | 4 +--- src/components/LeftNav/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Pages/Incidents/Incidents.module.scss b/src/Pages/Incidents/Incidents.module.scss index c6cdc6c..5e938cb 100644 --- a/src/Pages/Incidents/Incidents.module.scss +++ b/src/Pages/Incidents/Incidents.module.scss @@ -186,8 +186,7 @@ .list-wrapper { display: flex; - - +} .hint-text { margin-top: 24px; font-size: 12px; @@ -208,5 +207,4 @@ .incident-label { font-size: 13px; font-weight: 400; - } diff --git a/src/components/LeftNav/index.tsx b/src/components/LeftNav/index.tsx index 9cbdeb3..de2b214 100644 --- a/src/components/LeftNav/index.tsx +++ b/src/components/LeftNav/index.tsx @@ -71,17 +71,17 @@ const LeftNav: React.FC = ({ children }) => { }, { itemType: 'simpleNavItem', - label: 'TEAM1', route: '/Team-Revamp', Icon: TeamIcon, handleNavigation: () => navigate('/Team-Revamp'), - + }, + { + itemType: 'simpleNavItem', label: 'Jira dashboard', route: '/jiraDashboard', Icon: JiraDashboardIcon, handleNavigation: () => navigate('/jiraDashboard'), - }, ];