Skip to content

Commit 7926f61

Browse files
committed
Fix footer to collapsed view on /gigs
1 parent 759732d commit 7926f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const getSubPageConfiguration = () => {
178178
toolRoot = '/gigs';
179179
loginRedirect = '/gigs';
180180
type = 'tool';
181-
fullFooter = true;
181+
fullFooter = false;
182182
}
183183

184184
if (url.includes('/thrive')) {

0 commit comments

Comments
 (0)