File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ function TopcoderFooter() {
39
39
if ( footerInitialized . current ) {
40
40
return ;
41
41
}
42
+ footerRef . current . id = footerElId . current ;
42
43
43
44
footerInitialized . current = true ;
44
45
counter += 1 ;
Original file line number Diff line number Diff line change 5
5
flex : 1 ;
6
6
flex-direction : column ;
7
7
width : 100% ;
8
+ overflow : hidden ;
8
9
9
10
.bannerContainer {
10
11
background-image : linear-gradient (98.81deg , #8b41b0 0% , #ef476f 100% );
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const TopcoderHeader = ({ auth }) => {
58
58
if ( uniNavInitialized . current ) {
59
59
return ;
60
60
}
61
+ headerRef . current . id = headerElId . current ;
61
62
62
63
uniNavInitialized . current = true ;
63
64
counter += 1 ;
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ export const getSubPageConfiguration = () => {
177
177
toolName = 'Gigs' ;
178
178
toolRoot = '/gigs' ;
179
179
loginRedirect = '/gigs' ;
180
- type = 'marketing ' ;
181
- fullFooter = true ;
180
+ type = 'tool ' ;
181
+ fullFooter = false ;
182
182
}
183
183
184
184
if ( url . includes ( '/thrive' ) ) {
@@ -190,11 +190,11 @@ export const getSubPageConfiguration = () => {
190
190
}
191
191
192
192
if ( url . includes ( '/community/arena' ) ) {
193
- toolName = 'SRMs (Arena)' ;
193
+ toolName = 'Single Round Matches (Arena)' ;
194
194
toolRoot = '/community/arena' ;
195
195
loginRedirect = '/community/arena' ;
196
- type = 'marketing ' ;
197
- fullFooter = true ;
196
+ type = 'tool ' ;
197
+ fullFooter = false ;
198
198
}
199
199
200
200
if ( url . includes ( '/challenges' ) ) {
You can’t perform that action at this time.
0 commit comments