File tree 2 files changed +5
-5
lines changed
src/shared/containers/Gigs
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ class RecruitCRMJobsContainer extends React.Component {
252
252
< div styleName = "jobs-list-container" >
253
253
{
254
254
jobsToDisplay . length
255
- ? jobsToDisplay . map ( ( job ) => {
255
+ ? jobsToDisplay . map ( ( job , indx ) => {
256
256
const featured = getCustomField ( job . custom_fields , 'Featured' ) ;
257
- if ( featured === 'n/a' && ! isHotlistRendered && hotlistJobs . length && decision . enabled ) {
257
+ if ( ( featured === 'n/a' || indx === 2 ) && ! isHotlistRendered && hotlistJobs . length && decision . enabled ) {
258
258
isHotlistRendered = true ;
259
259
return (
260
260
< React . Fragment >
Original file line number Diff line number Diff line change 68
68
.hotlist {
69
69
display : flex ;
70
70
flex : 1 ;
71
- margin : 15 px 0 ;
71
+ margin : 5 px 0 ;
72
72
73
73
h5 {
74
74
font-family : Barlow, sans-serif ;
155
155
}
156
156
157
157
.hotlist-item-2 {
158
- background-image : linear-gradient (140.77 deg , #9d41c9 0% , #50ade8 100% );
158
+ background-image : linear-gradient (125.57 deg , #2c95d7 0% , #83c5ee 100% );
159
159
}
160
160
161
161
.hotlist-item-3 {
162
- background-image : linear-gradient (133.83 deg , #f4f4f4 0% , #d4d4d4 100% );
162
+ background-image : linear-gradient (309.43 deg , #f4f4f4 0% , #d4d4d4 100% );
163
163
}
164
164
165
165
.hotlist-item-4 {
You can’t perform that action at this time.
0 commit comments