File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/shared/containers/Gigs Expand file tree Collapse file tree 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 {
252252 < div styleName = "jobs-list-container" >
253253 {
254254 jobsToDisplay . length
255- ? jobsToDisplay . map ( ( job ) => {
255+ ? jobsToDisplay . map ( ( job , indx ) => {
256256 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 ) {
258258 isHotlistRendered = true ;
259259 return (
260260 < React . Fragment >
Original file line number Diff line number Diff line change 6868 .hotlist {
6969 display : flex ;
7070 flex : 1 ;
71- margin : 15 px 0 ;
71+ margin : 5 px 0 ;
7272
7373 h5 {
7474 font-family : Barlow, sans-serif ;
155155 }
156156
157157 .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% );
159159 }
160160
161161 .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% );
163163 }
164164
165165 .hotlist-item-4 {
You can’t perform that action at this time.
0 commit comments