From ffafe0f9f1a80a5627c791b2dca4419cfc5a57c2 Mon Sep 17 00:00:00 2001 From: Michael Baghel Date: Wed, 23 Jun 2021 14:18:03 +0400 Subject: [PATCH] Update navbar paths to reflect changed paths in commit 34ac8af of taas-app --- src/constants/apps.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/apps.js b/src/constants/apps.js index f54eb10..9d454dd 100644 --- a/src/constants/apps.js +++ b/src/constants/apps.js @@ -19,18 +19,18 @@ export const APP_CATEGORIES = [ { title: 'TaaS', icon: appTaasIcon, - path: '/taas/myteams', + path: '/taas', menu: [ { title: 'My Teams', path: '/taas/myteams', icon: myteamsIcon, activeIcon: myteamsGreenIcon, - isExact: true, + isExact: false, }, { title: 'Create New Team', - path: '/taas/myteams/createnewteam', + path: '/taas/createnewteam', icon: createTeamIcon, activeIcon: createTeamGreenIcon, isExact: false,