We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a7e8 commit e4a86c8Copy full SHA for e4a86c8
src/shared/components/Gigs/GigDetails/index.jsx
@@ -152,7 +152,7 @@ export default function GigDetails(props) {
152
</div>
153
<div styleName="referr-area">
154
<h6>REFER THIS GIG</h6>
155
- <p>Refer someone to this gig and earn $500. Just add their email below.</p>
+ <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>
156
<div styleName="referr-form">
157
<input type="email" placeholder="Email" value={formData.email} onChange={e => onFormInputChange('email', e.target.value)} ref={el => inputRef = el} />
158
<button
0 commit comments