We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570a51c commit ffafe0fCopy full SHA for ffafe0f
src/constants/apps.js
@@ -19,18 +19,18 @@ export const APP_CATEGORIES = [
19
{
20
title: 'TaaS',
21
icon: appTaasIcon,
22
- path: '/taas/myteams',
+ path: '/taas',
23
menu: [
24
25
title: 'My Teams',
26
path: '/taas/myteams',
27
icon: myteamsIcon,
28
activeIcon: myteamsGreenIcon,
29
- isExact: true,
+ isExact: false,
30
},
31
32
title: 'Create New Team',
33
- path: '/taas/myteams/createnewteam',
+ path: '/taas/createnewteam',
34
icon: createTeamIcon,
35
activeIcon: createTeamGreenIcon,
36
isExact: false,
0 commit comments