Skip to content

Commit

Permalink
Merge pull request #6809 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Hotfix - show tool uni nav navigation on /gigs
  • Loading branch information
jmgasper authored Jan 31, 2023
2 parents 76f8a7d + 73b19e8 commit a8cb155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shared/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ export const getSubPageConfiguration = () => {
toolName = 'Gigs';
toolRoot = '/gigs';
loginRedirect = '/gigs';
type = 'marketing';
fullFooter = true;
type = 'tool';
fullFooter = false;
}

if (url.includes('/thrive')) {
Expand All @@ -193,8 +193,8 @@ export const getSubPageConfiguration = () => {
toolName = 'SRMs (Arena)';
toolRoot = '/community/arena';
loginRedirect = '/community/arena';
type = 'marketing';
fullFooter = true;
type = 'tool';
fullFooter = false;
}

if (url.includes('/challenges')) {
Expand Down

0 comments on commit a8cb155

Please sign in to comment.