TP-51166 | left nav position for team page
This commit is contained in:
@@ -48,13 +48,6 @@ const LeftNav: React.FC<LeftNavProps> = ({ 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<LeftNavProps> = ({ children }) => {
|
||||
Icon: AlertOutlineIcon,
|
||||
handleNavigation: () => navigate('/severity'),
|
||||
},
|
||||
{
|
||||
itemType: 'simpleNavItem',
|
||||
label: 'Team',
|
||||
route: '/team',
|
||||
Icon: TeamIcon,
|
||||
handleNavigation: () => navigate('/team'),
|
||||
},
|
||||
{
|
||||
itemType: 'simpleNavItem',
|
||||
label: 'Houston metrics',
|
||||
|
||||
Reference in New Issue
Block a user