Skip to content

Commit 61ddfc2

Browse files
authored
Merge pull request #6808 from topcoder-platform/universal_nav
Change tool type to gigs
2 parents aca25b6 + 759732d commit 61ddfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const getSubPageConfiguration = () => {
177177
toolName = 'Gigs';
178178
toolRoot = '/gigs';
179179
loginRedirect = '/gigs';
180-
type = 'marketing';
180+
type = 'tool';
181181
fullFooter = true;
182182
}
183183

0 commit comments

Comments
 (0)