From 8cc87a50b12deeee90471ab919ebbadf09dc04ea Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 28 Apr 2021 12:09:09 +0300 Subject: [PATCH 1/3] for #5493 & 5492 --- src/shared/components/GUIKit/JobListCard/index.jsx | 2 +- src/shared/components/GUIKit/JobListCard/style.scss | 4 +++- src/shared/components/Gigs/GigApply/index.jsx | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) 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.

) }
From c510095b3fa2d657b6bfe2786e2d149ef45a2a63 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 28 Apr 2021 12:12:00 +0300 Subject: [PATCH 2/3] ci: on test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d723a4d47b..be648d373d 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 From d95a2892c3d81b7105d19edfc1e7ae33b92e58de Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Wed, 5 May 2021 09:50:07 +0300 Subject: [PATCH 3/3] ci: on beta --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be648d373d..a21bdf718d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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