Skip to content

Commit 586476c

Browse files
authored
Merge pull request #7018 from topcoder-platform/PS-350
show navi tool on /home
2 parents 30efbc4 + fe75d04 commit 586476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => {
315315
toolName = 'Home';
316316
toolRoot = '/home';
317317
loginRedirect = '/home';
318-
type = 'marketing';
318+
type = 'tool';
319319
fullFooter = true;
320320
}
321321
return {

0 commit comments

Comments
 (0)