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 65d2d76 commit 71cbc44Copy full SHA for 71cbc44
src/apps/profiles/src/member-profile/profile-header/OpenForGigsModifyModal/OpenForGigsModifyModal.tsx
@@ -94,7 +94,12 @@ const OpenForGigsModifyModal: FC<OpenForGigsModifyModalProps> = (props: OpenForG
94
)}
95
>
96
<div className={styles.modalBody}>
97
- <p>Open for Gig Work</p>
+ <p>
98
+ {openForWork
99
+ ? 'Currently available for work.'
100
+ : `Mark your availability to get found in search results when potential
101
+ clients look for services and let them reach out to you for free.`}
102
+ </p>
103
<FormToggleSwitch
104
name='openForWork'
105
onChange={handleOpenForWorkToggle}
0 commit comments