Skip to content

Commit 165ae8f

Browse files
Merge pull request #5503 from topcoder-platform/gig-mkt-ab
Gig mkt ab
2 parents 272591b + d95a289 commit 165ae8f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ workflows:
283283
filters:
284284
branches:
285285
only:
286-
- free
286+
- gig-mkt-ab
287287
# This is alternate dev env for parallel testing
288288
- "build-qa":
289289
context : org-global
@@ -297,7 +297,7 @@ workflows:
297297
filters:
298298
branches:
299299
only:
300-
- free
300+
- gig-mkt-ab
301301
# This is stage env for production QA releases
302302
- "build-prod-staging":
303303
context : org-global

src/shared/components/GUIKit/JobListCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { config, Link } from 'topcoder-react-utils';
88
import { getSalaryType, getCustomField } from 'utils/gigs';
99
import { withOptimizely } from '@optimizely/react-sdk';
1010
import './style.scss';
11-
import IconBlackDuration from 'assets/images/icon-black-duration.svg';
11+
import IconBlackDuration from 'assets/images/icon-black-calendar.svg';
1212
import IconBlackLocation from 'assets/images/icon-black-location.svg';
1313
import IconBlackPayment from 'assets/images/icon-black-payment.svg';
1414
import iconBlackSkills from 'assets/images/icon-skills.png';

src/shared/components/GUIKit/JobListCard/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
&:nth-child(3) {
80-
width: 263px;
80+
width: 345px;
8181

8282
@media (max-width: 1280px) {
8383
width: auto;
@@ -102,6 +102,8 @@
102102
svg,
103103
img {
104104
margin-right: 7px;
105+
width: 20px;
106+
height: 20px;
105107
}
106108
}
107109

src/shared/components/Gigs/GigApply/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ export default function GigApply(props) {
207207
<h4>RESUME & SKILLS</h4>
208208
{
209209
recruitProfile.resume ? (
210-
<p>Upload Your Resume or CV, <a href={recruitProfile.resume.file_link} target="_blank" rel="noreferrer">{recruitProfile.resume.filename}</a></p>
210+
<p>Please upload your resume/CV. Double-check that all of your tech skills are listed in your resume/CV and add them to the tech skills section below, <a href={recruitProfile.resume.file_link} target="_blank" rel="noreferrer">{recruitProfile.resume.filename}</a></p>
211211
) : (
212-
<p>Upload Your Resume or CV</p>
212+
<p>Please upload your resume/CV. Double-check that all of your tech skills are listed in your resume/CV and add them to the tech skills section below.</p>
213213
)
214214
}
215215
<div styleName="form-section">

0 commit comments

Comments
 (0)