mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(UX): Change the Available/Unavailable to Yes/No label o (#16176)
This commit is contained in:
parent
87ac2e0e9e
commit
127fae59f4
@ -28,7 +28,7 @@ export default function JobSettings({ isAvailableForHire, toggle }) {
|
||||
className={ className }
|
||||
onClick={ toggle }
|
||||
>
|
||||
{ isAvailableForHire ? 'Available' : 'Unavailable' }
|
||||
{ isAvailableForHire ? 'Yes' : 'No' }
|
||||
</Button>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user