diff --git a/.circleci/config.yml b/.circleci/config.yml index d723a4d47b..a21bdf718d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -282,7 +282,7 @@ workflows: filters: branches: only: - - free + - gig-mkt-ab # This is alternate dev env for parallel testing - "build-qa": context : org-global @@ -296,7 +296,7 @@ workflows: filters: branches: only: - - free + - gig-mkt-ab # This is stage env for production QA releases - "build-prod-staging": context : org-global diff --git a/src/shared/components/GUIKit/JobListCard/index.jsx b/src/shared/components/GUIKit/JobListCard/index.jsx index 536a4f647e..270dda12de 100644 --- a/src/shared/components/GUIKit/JobListCard/index.jsx +++ b/src/shared/components/GUIKit/JobListCard/index.jsx @@ -8,7 +8,7 @@ import { config, Link } from 'topcoder-react-utils'; import { getSalaryType, getCustomField } from 'utils/gigs'; import { withOptimizely } from '@optimizely/react-sdk'; import './style.scss'; -import IconBlackDuration from 'assets/images/icon-black-duration.svg'; +import IconBlackDuration from 'assets/images/icon-black-calendar.svg'; import IconBlackLocation from 'assets/images/icon-black-location.svg'; import IconBlackPayment from 'assets/images/icon-black-payment.svg'; import iconBlackSkills from 'assets/images/icon-skills.png'; diff --git a/src/shared/components/GUIKit/JobListCard/style.scss b/src/shared/components/GUIKit/JobListCard/style.scss index 9cc3ca808a..cd3b04f59a 100644 --- a/src/shared/components/GUIKit/JobListCard/style.scss +++ b/src/shared/components/GUIKit/JobListCard/style.scss @@ -77,7 +77,7 @@ } &:nth-child(3) { - width: 263px; + width: 345px; @media (max-width: 1280px) { width: auto; @@ -102,6 +102,8 @@ svg, img { margin-right: 7px; + width: 20px; + height: 20px; } } diff --git a/src/shared/components/Gigs/GigApply/index.jsx b/src/shared/components/Gigs/GigApply/index.jsx index a0b5ad7169..9da7f27177 100644 --- a/src/shared/components/Gigs/GigApply/index.jsx +++ b/src/shared/components/Gigs/GigApply/index.jsx @@ -207,9 +207,9 @@ export default function GigApply(props) {

RESUME & SKILLS

{ recruitProfile.resume ? ( -

Upload Your Resume or CV, {recruitProfile.resume.filename}

+

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, {recruitProfile.resume.filename}

) : ( -

Upload Your Resume or CV

+

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.

) }