Skip to content

Commit a8cb155

Browse files
authored
Merge pull request #6809 from topcoder-platform/develop
Hotfix - show tool uni nav navigation on /gigs
2 parents 76f8a7d + 73b19e8 commit a8cb155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/shared/utils/url.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ export const getSubPageConfiguration = () => {
177177
toolName = 'Gigs';
178178
toolRoot = '/gigs';
179179
loginRedirect = '/gigs';
180-
type = 'marketing';
181-
fullFooter = true;
180+
type = 'tool';
181+
fullFooter = false;
182182
}
183183

184184
if (url.includes('/thrive')) {
@@ -193,8 +193,8 @@ export const getSubPageConfiguration = () => {
193193
toolName = 'SRMs (Arena)';
194194
toolRoot = '/community/arena';
195195
loginRedirect = '/community/arena';
196-
type = 'marketing';
197-
fullFooter = true;
196+
type = 'tool';
197+
fullFooter = false;
198198
}
199199

200200
if (url.includes('/challenges')) {

0 commit comments

Comments
 (0)