File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ workflows:
182
182
filters :
183
183
branches :
184
184
only :
185
- - develop
186
185
- feature-contentful
187
186
# This is beta env for production soft releases
188
187
- " build-prod-beta " :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ exports[`Default render 1`] = `
143
143
" separator" : true ,
144
144
},
145
145
Object {
146
- " href" : " https://community-app.topcoder-dev.com /thrive/tracks?track=Topcoder" ,
146
+ " href" : " /thrive/tracks?track=Topcoder" ,
147
147
" title" : " Help" ,
148
148
},
149
149
Object {
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ module.exports = {
382
382
{ separator : true } ,
383
383
{
384
384
title : 'Help' ,
385
- href : 'https://community-app.topcoder-dev.com /thrive/tracks?track=Topcoder' ,
385
+ href : '/thrive/tracks?track=Topcoder' ,
386
386
} ,
387
387
{ separator : true } ,
388
388
{
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ module.exports = {
189
189
{ separator : true } ,
190
190
{
191
191
title : 'Help' ,
192
- href : 'https://www.topcoder.com /thrive/tracks?track=Topcoder' ,
192
+ href : '/thrive/tracks?track=Topcoder' ,
193
193
} ,
194
194
{ separator : true } ,
195
195
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const Header = ({
49
49
}
50
50
51
51
useEffect ( ( ) => {
52
- setPath ( window . location . pathname ) ;
52
+ setPath ( window . location . pathname + window . location . search ) ;
53
53
} , [ ] ) ;
54
54
55
55
/*
You can’t perform that action at this time.
0 commit comments