File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/shared/components/Gigs/GigApply Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ /* eslint-disable max-len */
12/**
23 * The Gig apply page.
34 */
@@ -94,9 +95,9 @@ export default function GigApply(props) {
9495 < div styleName = "form-wrap" >
9596 { ! _ . isEmpty ( recruitProfile )
9697 && (
97- < p styleName = "info-text" > It looks like you have applied to a gig previously.
98- Perfect! We have most of your information.
99- Is there anything you would like to update to your Gig Work Profile?
98+ < p styleName = "info-text" >
99+ < strong > It looks like you have applied to a gig previously. Perfect!✓ </ strong > < br />
100+ We have most of your information. Is there anything you would like to update to your Gig Work Profile?
100101 </ p >
101102 ) }
102103 < h4 > PERSONAL INFORMATION</ h4 >
You can’t perform that action at this time.
0 commit comments