From 9b3dadac614614b2dc87b4a841daa180a369f69f Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Wed, 1 Feb 2023 10:18:36 +1100 Subject: [PATCH] Fix SRM tool view --- src/shared/utils/url.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) {