Skip to content

Commit 289d66a

Browse files
committed
text updated to design
1 parent 18b5533 commit 289d66a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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!&#10003;</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>

0 commit comments

Comments
 (0)