File tree 3 files changed +11
-4
lines changed
ProfilePage/Activity/ActivityCard
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,6 @@ workflows:
350
350
branches :
351
351
only :
352
352
- develop
353
- - reskin-profile
354
353
# This is alternate dev env for parallel testing
355
354
- " build-test " :
356
355
context : org-global
@@ -364,7 +363,7 @@ workflows:
364
363
filters :
365
364
branches :
366
365
only :
367
- - free
366
+ - reskin-profile
368
367
# This is beta env for production soft releases
369
368
- " build-prod-beta " :
370
369
context : org-global
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $light-gray: #d4d4d4;
37
37
}
38
38
39
39
.overlay {
40
- background-color : #2a2a2a ;
40
+ background-color : #000 ;
41
41
opacity : 0.95 ;
42
42
border : none ;
43
43
height : 100% ;
Original file line number Diff line number Diff line change @@ -83,7 +83,15 @@ const ActivityCard = ({
83
83
subTracks . map ( ( subtrack , index ) => (
84
84
< div styleName = "sub-track-item" key = { index } >
85
85
< span styleName = "title" >
86
- { _ . upperFirst ( subtrack . name . replace ( 'FIRST_2_FINISH' , 'FIRST2FINISH' ) . replace ( / _ / g, ' ' ) . toLowerCase ( ) ) }
86
+ { ( _ . upperFirst ( subtrack . name . replace ( 'FIRST_2_FINISH' , 'FIRST2FINISH' ) . replace ( / _ / g, ' ' ) . toLowerCase ( ) ) )
87
+ . replace ( 'First2finish' , 'First2Finish' )
88
+ . replace ( 'Design first2finish' , 'Design First2Finish' )
89
+ . replace ( 'Srm' , 'SRM' )
90
+ . replace ( 'Ria build competition' , 'RIA Build Competition' )
91
+ . replace ( 'Ria component competition' , 'RIA Component Competition' )
92
+ . replace ( 'Design first2finish' , 'Design First2Finish' )
93
+ . replace ( 'Ui prototype competition' , 'UI Prototype Competition' )
94
+ }
87
95
</ span >
88
96
89
97
< div styleName = "right" >
You can’t perform that action at this time.
0 commit comments