We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f8a7d + 73b19e8 commit a8cb155Copy full SHA for a8cb155
src/shared/utils/url.js
@@ -177,8 +177,8 @@ export const getSubPageConfiguration = () => {
177
toolName = 'Gigs';
178
toolRoot = '/gigs';
179
loginRedirect = '/gigs';
180
- type = 'marketing';
181
- fullFooter = true;
+ type = 'tool';
+ fullFooter = false;
182
}
183
184
if (url.includes('/thrive')) {
@@ -193,8 +193,8 @@ export const getSubPageConfiguration = () => {
193
toolName = 'SRMs (Arena)';
194
toolRoot = '/community/arena';
195
loginRedirect = '/community/arena';
196
197
198
199
200
if (url.includes('/challenges')) {
0 commit comments