diff --git a/src/shared/utils/url.js b/src/shared/utils/url.js index 3b7efceb59..5c7d43ca9c 100644 --- a/src/shared/utils/url.js +++ b/src/shared/utils/url.js @@ -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')) {