File tree Expand file tree Collapse file tree 7 files changed +29
-9
lines changed
__tests__/shared/components Expand file tree Collapse file tree 7 files changed +29
-9
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ workflows:
238
238
filters :
239
239
branches :
240
240
only :
241
- - feature-contentful
241
+ - integration-v5-challenge-api
242
242
# This is alternate dev env for parallel testing
243
243
- " build-qa " :
244
244
context : org-global
@@ -259,7 +259,7 @@ workflows:
259
259
filters :
260
260
branches :
261
261
only :
262
- - feature-contentful
262
+ - develop
263
263
# Production builds are exectuted
264
264
# when PR is merged to the master
265
265
# Don't change anything in this configuration
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ exports[`Default render 1`] = `
58
58
" title" : " All Challenges" ,
59
59
},
60
60
Object {
61
- " href" : " https:/ /arena.topcoder-dev.com " ,
61
+ " href" : " /community /arena" ,
62
62
" title" : " Competitive Programming" ,
63
63
},
64
64
Object {
@@ -208,4 +208,4 @@ exports[`Default render 1`] = `
208
208
}
209
209
/>
210
210
</div >
211
- ` ;
211
+ ` ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ exports[`Matches shallow shapshot 1`] = `
54
54
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
55
55
>
56
56
<a
57
- href = " https://arena .topcoder.com/"
57
+ href = " https://www .topcoder-dev .com/community/arena "
58
58
>
59
59
Competitive Programming
60
60
</a >
@@ -68,6 +68,15 @@ exports[`Matches shallow shapshot 1`] = `
68
68
Gig Work
69
69
</a >
70
70
</li >
71
+ <li
72
+ className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
73
+ >
74
+ <a
75
+ href = " https://www.topcoder-dev.com/community/practice"
76
+ >
77
+ Practice
78
+ </a >
79
+ </li >
71
80
</ul >
72
81
</div >
73
82
<div
@@ -154,6 +163,15 @@ exports[`Matches shallow shapshot 1`] = `
154
163
Blog
155
164
</a >
156
165
</li >
166
+ <li
167
+ className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
168
+ >
169
+ <a
170
+ href = " https://www.topcoder-dev.com/community/pipeline"
171
+ >
172
+ Challenge Pipeline
173
+ </a >
174
+ </li >
157
175
<li
158
176
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
159
177
>
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ module.exports = {
309
309
} ,
310
310
{
311
311
title : 'Competitive Programming' ,
312
- href : 'https:/ /arena.topcoder-dev.com ' ,
312
+ href : '/community /arena' ,
313
313
} ,
314
314
{
315
315
title : 'Gig Work' ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ module.exports = {
111
111
} ,
112
112
{
113
113
title : 'Competitive Programming' ,
114
- href : 'https:/ /arena.topcoder.com ' ,
114
+ href : '/community /arena' ,
115
115
} ,
116
116
{
117
117
title : 'Gig Work' ,
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ export default function TopcoderFooter() {
44
44
< div styleName = "sep-line" />
45
45
< ul styleName = "navi-col-links" >
46
46
< Link to = { `${ base } /challenges` } > All Challenges</ Link >
47
- < Link to = "https:/ /arena.topcoder.com/" > Competitive Programming</ Link >
47
+ < Link to = { ` ${ base } /community /arena` } > Competitive Programming</ Link >
48
48
< Link to = { `${ base } /community/taas` } > Gig Work</ Link >
49
+ < Link to = { `${ base } /community/practice` } > Practice</ Link >
49
50
</ ul >
50
51
</ div >
51
52
< div styleName = "navi-col" >
@@ -64,6 +65,7 @@ export default function TopcoderFooter() {
64
65
< div styleName = "sep-line" />
65
66
< ul styleName = "navi-col-links" >
66
67
< Link to = { `${ base } /blog` } > Blog</ Link >
68
+ < Link to = { `${ base } /community/pipeline` } > Challenge Pipeline</ Link >
67
69
< Link to = { `${ base } /community/events` } > Events Calendar</ Link >
68
70
< Link to = "https://apps.topcoder.com/forums" > Forums</ Link >
69
71
< Link to = { `${ base } /community/member-programs` } > Programs</ Link >
Original file line number Diff line number Diff line change 44
44
45
45
& :active ,
46
46
& :visited {
47
- border : 1px solid #0ab88a !important ;
47
+ border : 1px solid #137d60 !important ;
48
48
box-shadow : none !important ;
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments