Skip to content

Commit f4be3d2

Browse files
authored
Merge pull request #7017 from topcoder-platform/develop
PROD release of 337
2 parents d2c99ed + 30efbc4 commit f4be3d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/shared/components/Gigs/GigApply/index.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function GigApply(props) {
7979
<SadFace />
8080
<h2>One Gig Limit!</h2>
8181
<React.Fragment>
82-
<p>Apologies, you are not allowed to apply to gigs if you are already placed on a gig.<br /><br />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.<br /><br />If you have any questions or feel this is an error, please email <a href="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a>.</p>
82+
<p>Apologies, you are not allowed to apply to gigs if you are already placed on a gig.<br /><br />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.<br /><br />If you have any questions or feel this is an error, please email <a href="mailto:talent.topcoder@wipro.com">talent.topcoder@wipro.com</a>.</p>
8383
</React.Fragment>
8484
<div styleName="cta-buttons">
8585
<Link to={`${config.GIGS_PAGES_PATH}/${job.slug}`} styleName="primaryBtn">Back To Gig</Link>
@@ -102,11 +102,11 @@ export default function GigApply(props) {
102102
}
103103
{
104104
application.errorObj && application.errorObj.notAllowed ? (
105-
<p>If you have any questions or feel this is an error, please email <a href="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a>.</p>
105+
<p>If you have any questions or feel this is an error, please email <a href="mailto:talent.topcoder@wipro.com">talent.topcoder@wipro.com</a>.</p>
106106
) : (
107107
<React.Fragment>
108108
<p>Looks like there is a problem on our end. Please try again.<br />If this persists please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
109-
<p>Please send us an email at <a href="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a> with the subject ‘Gig Error’<br />and paste the URL for the gig you are attempting to apply for so that we know of your interest.</p>
109+
<p>Please send us an email at <a href="mailto:talent.topcoder@wipro.com">talent.topcoder@wipro.com</a> with the subject ‘Gig Error’<br />and paste the URL for the gig you are attempting to apply for so that we know of your interest.</p>
110110
</React.Fragment>
111111
)
112112
}

src/shared/components/Gigs/GigDetails/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function GigDetails(props) {
116116
** 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.
117117
</strong>
118118
<strong>
119-
*** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to <a href="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a>.
119+
*** Topcoder and Wipro employees are not eligible for Gig work opportunities. Do not apply and send questions to <a href="mailto:talent.topcoder@wipro.com">talent.topcoder@wipro.com</a>.
120120
</strong>
121121
</div>
122122
<div styleName="cta-buttons">
@@ -160,7 +160,7 @@ function GigDetails(props) {
160160
</li>
161161
</ul>
162162
</div>
163-
<div styleName="support">If you have any questions or doubts, don’t hesitate to email <a href="mailto:gigwork@topcoder.com">gigwork@topcoder.com</a>.</div>
163+
<div styleName="support">If you have any questions or doubts, don’t hesitate to email <a href="mailto:talent.topcoder@wipro.com">talent.topcoder@wipro.com</a>.</div>
164164
{
165165
isLoginModalOpen && <LoginModal retUrl={retUrl} onCancel={() => setLoginModalOpen(false)} />
166166
}

0 commit comments

Comments
 (0)