diff --git a/.circleci/config.yml b/.circleci/config.yml index 42ec7a0c28..8f79e6d2b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -350,7 +350,6 @@ workflows: branches: only: - develop - - reskin-profile # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -364,7 +363,7 @@ workflows: filters: branches: only: - - free + - reskin-profile # This is beta env for production soft releases - "build-prod-beta": context : org-global diff --git a/src/shared/components/Contentful/Modal/modal-styles.scss b/src/shared/components/Contentful/Modal/modal-styles.scss index 8e3bf60873..7b997d5921 100644 --- a/src/shared/components/Contentful/Modal/modal-styles.scss +++ b/src/shared/components/Contentful/Modal/modal-styles.scss @@ -37,7 +37,7 @@ $light-gray: #d4d4d4; } .overlay { - background-color: #2a2a2a; + background-color: #000; opacity: 0.95; border: none; height: 100%; diff --git a/src/shared/components/ProfilePage/Activity/ActivityCard/index.jsx b/src/shared/components/ProfilePage/Activity/ActivityCard/index.jsx index 6bc5058817..ab014ee265 100644 --- a/src/shared/components/ProfilePage/Activity/ActivityCard/index.jsx +++ b/src/shared/components/ProfilePage/Activity/ActivityCard/index.jsx @@ -83,7 +83,15 @@ const ActivityCard = ({ subTracks.map((subtrack, index) => (
- {_.upperFirst(subtrack.name.replace('FIRST_2_FINISH', 'FIRST2FINISH').replace(/_/g, ' ').toLowerCase())} + {(_.upperFirst(subtrack.name.replace('FIRST_2_FINISH', 'FIRST2FINISH').replace(/_/g, ' ').toLowerCase())) + .replace('First2finish', 'First2Finish') + .replace('Design first2finish', 'Design First2Finish') + .replace('Srm', 'SRM') + .replace('Ria build competition', 'RIA Build Competition') + .replace('Ria component competition', 'RIA Component Competition') + .replace('Design first2finish', 'Design First2Finish') + .replace('Ui prototype competition', 'UI Prototype Competition') + }