diff --git a/src/shared/components/Gigs/GigApply/index.jsx b/src/shared/components/Gigs/GigApply/index.jsx index 53d6b557bc..f3ea35051f 100644 --- a/src/shared/components/Gigs/GigApply/index.jsx +++ b/src/shared/components/Gigs/GigApply/index.jsx @@ -79,7 +79,7 @@ export default function GigApply(props) {

One Gig Limit!

-

Apologies, you are not allowed to apply to gigs if you are already placed on a gig.

You can however refer a friend to this gig and receive $500 if they get placed in that gig. To do that, you can enter their email on the right side of the Gigs Description page.

If you have any questions or feel this is an error, please email talent.topcoder@wipro.com.

+

Apologies, you are not allowed to apply to gigs if you are already placed on a gig.

You can however refer a friend to this gig and receive $500 if they get placed in that gig. To do that, you can enter their email on the right side of the Gigs Description page.

If you have any questions or feel this is an error, please email talent.taas@wipro.com.

Back To Gig @@ -102,11 +102,11 @@ export default function GigApply(props) { } { application.errorObj && application.errorObj.notAllowed ? ( -

If you have any questions or feel this is an error, please email talent.topcoder@wipro.com.

+

If you have any questions or feel this is an error, please email talent.taas@wipro.com.

) : (

Looks like there is a problem on our end. Please try again.
If this persists please contact support@topcoder.com.

-

Please send us an email at talent.topcoder@wipro.com with the subject ‘Gig Error’
and paste the URL for the gig you are attempting to apply for so that we know of your interest.

+

Please send us an email at talent.taas@wipro.com with the subject ‘Gig Error’
and paste the URL for the gig you are attempting to apply for so that we know of your interest.

) } diff --git a/src/shared/components/Gigs/GigDetails/index.jsx b/src/shared/components/Gigs/GigDetails/index.jsx index c4d26969a7..91601f521b 100644 --- a/src/shared/components/Gigs/GigDetails/index.jsx +++ b/src/shared/components/Gigs/GigDetails/index.jsx @@ -8,7 +8,7 @@ import { isEmpty } from 'lodash'; import React, { useState } from 'react'; import PT from 'prop-types'; import { connect } from 'react-redux'; -import { Link, config } from 'topcoder-react-utils'; +import { Link, config, isomorphy } from 'topcoder-react-utils'; import ReactHtmlParser from 'react-html-parser'; import { getSalaryType, getCustomField } from 'utils/gigs'; import './style.scss'; @@ -39,7 +39,8 @@ function GigDetails(props) { const { job, application, profile, } = props; - let retUrl; + // eslint-disable-next-line no-restricted-globals + const retUrl = isomorphy.isClientSide() ? location.href : null; let skills = getCustomField(job.custom_fields, 'Technologies Required'); if (skills !== 'n/a') skills = skills.split(',').join(', '); const hPerW = getCustomField(job.custom_fields, 'Hours per week'); @@ -115,7 +116,7 @@ function GigDetails(props) { ** USA Visa Holders - Please consult an attorney before applying to any Topcoder Gig. Some visa statuses will or will not allow you to conduct freelance work with Topcoder. - *** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to talent.topcoder@wipro.com. + *** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to talent.taas@wipro.com.
@@ -155,7 +156,7 @@ function GigDetails(props) {
-
If you have any questions or doubts, don’t hesitate to email talent.topcoder@wipro.com.
+
If you have any questions or doubts, don’t hesitate to email talent.taas@wipro.com.
{ isLoginModalOpen && setLoginModalOpen(false)} /> } diff --git a/src/shared/components/challenge-detail/Header/style.scss b/src/shared/components/challenge-detail/Header/style.scss index 920ba155e7..d75b659b72 100644 --- a/src/shared/components/challenge-detail/Header/style.scss +++ b/src/shared/components/challenge-detail/Header/style.scss @@ -183,6 +183,10 @@ .datasci-accent-color { color: $tc-orange; } + + .data-science-accent-color { + color: $tc-orange; + } } @mixin design-accent-btm-border { diff --git a/src/shared/components/tco/scoreboard/Header/style.scss b/src/shared/components/tco/scoreboard/Header/style.scss index 6fb22b5fbb..4b166749b9 100644 --- a/src/shared/components/tco/scoreboard/Header/style.scss +++ b/src/shared/components/tco/scoreboard/Header/style.scss @@ -56,6 +56,10 @@ .datasci-accent-color { color: $tc-orange; } + + .data-science-accent-color { + color: $tc-orange; + } } @mixin design-accent-btm-border {