Skip to content

Commit 73b19e8

Browse files
authored
Merge pull request #6811 from topcoder-platform/universal_nav
Fix SRM tool view
2 parents 3ffc427 + 9b3dada commit 73b19e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/utils/url.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)