Skip to content

Commit 5b03e14

Browse files
committed
final tweaks referral
1 parent f1ea8f6 commit 5b03e14

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function GigDetails(props) {
152152
</div>
153153
<div styleName="referr-area">
154154
<h6>REFER THIS GIG</h6>
155-
<p>Refer someone to this gig and earn $500. Just add their email below. <Link to="/community/gig-referral" openNewTab>How It Works?</Link></p>
155+
<p>Refer someone to this gig and earn $500. Just add their email below. See <Link to="/community/gig-referral" styleName="how-it-works" openNewTab>how it works.</Link></p>
156156
<div styleName="referr-form">
157157
<input type="email" placeholder="Email" value={formData.email} onChange={e => onFormInputChange('email', e.target.value)} ref={el => inputRef = el} />
158158
<button

src/shared/components/Gigs/GigDetails/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@
325325
}
326326
}
327327
}
328+
329+
.how-it-works {
330+
color: #fff;
331+
}
328332
}
329333

330334
.cta-buttons {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const buttonThemes = {
2222
};
2323

2424
// help article link
25-
const HELP_INFO_LINK = '/community/getting-the-gig';
25+
const HELP_INFO_LINK = '/community/gig-referral';
2626

2727
function ReferralModal({
2828
profile,

src/shared/containers/Gigs/RecruitCRMJobDetails.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class RecruitCRMJobDetailsContainer extends React.Component {
3030
formData: {
3131
body: `Hey there!
3232
33-
Topcoder has a freelance gig that I thought you would be interested in. If you get the gig and complete it successfully we both get an extra $500.
33+
Topcoder has a freelance gig that I thought you would be interested in. If you get the gig, I could earn cash!
3434
3535
Check it out:
3636
${config.URL.BASE}${config.GIGS_PAGES_PATH}/${props.id}`,

0 commit comments

Comments
 (0)