Skip to content

Commit ffafe0f

Browse files
committed
Update navbar paths to reflect changed paths in commit 34ac8af of taas-app
1 parent 570a51c commit ffafe0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/apps.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ export const APP_CATEGORIES = [
1919
{
2020
title: 'TaaS',
2121
icon: appTaasIcon,
22-
path: '/taas/myteams',
22+
path: '/taas',
2323
menu: [
2424
{
2525
title: 'My Teams',
2626
path: '/taas/myteams',
2727
icon: myteamsIcon,
2828
activeIcon: myteamsGreenIcon,
29-
isExact: true,
29+
isExact: false,
3030
},
3131
{
3232
title: 'Create New Team',
33-
path: '/taas/myteams/createnewteam',
33+
path: '/taas/createnewteam',
3434
icon: createTeamIcon,
3535
activeIcon: createTeamGreenIcon,
3636
isExact: false,

0 commit comments

Comments
 (0)