TP-51166 | merged conflicts
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -71,17 +71,17 @@ const LeftNav: React.FC<LeftNavProps> = ({ 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'),
|
||||
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user