Skip to content

Commit 375e6ee

Browse files
authored
Merge pull request topcoder-archive#25 from mbaghel/dev
Change /taas/myteams/createnewteam to /taas/createnewteam
2 parents 2b21bd1 + cbe863f commit 375e6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/apps.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ export const APP_CATEGORIES = [
2020
{
2121
title: 'TaaS',
2222
icon: appTaasIcon,
23-
path: '/taas/myteams',
23+
path: '/taas',
2424
menu: [
2525
{
2626
title: 'My Teams',
2727
path: '/taas/myteams',
2828
icon: myteamsIcon,
2929
activeIcon: myteamsGreenIcon,
30-
isExact: true,
30+
isExact: false,
3131
},
3232
{
3333
title: 'Create New Team',
34-
path: '/taas/myteams/createnewteam',
34+
path: '/taas/createnewteam',
3535
icon: createTeamIcon,
3636
activeIcon: createTeamGreenIcon,
3737
isExact: false,

0 commit comments

Comments
 (0)