Skip to content

Commit 8cc87a5

Browse files
committed
for #5493 & 5492
1 parent 0758251 commit 8cc87a5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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)