Skip to content

Commit e4a86c8

Browse files
committed
add how it works link
1 parent 456a7e8 commit e4a86c8

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Gigs/GigDetails

1 file changed

+1
-1
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.</p>
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>
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

0 commit comments

Comments
 (0)