Skip to content

Commit

Permalink
[Improvement] Change helper text for date of birth (#350)
Browse files Browse the repository at this point in the history
* Change helper text for date of birth

* Remove text wrapper on DOB helper text
  • Loading branch information
leogjhuang authored Feb 15, 2024
1 parent 7295041 commit 11d180f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/applicant/renewals/IdentityVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,9 @@ const IdentityVerification: FC = () => {
<Box marginBottom={{ sm: '40px', md: '20px' }} textAlign={'left'}>
<DateField name="dateOfBirth" label="Date of Birth" width="184px">
<FormHelperText>
<Text>Please enter your date of birth in YYYY-MM-DD format.</Text>
<Text>
For example, if you were born on 20th August 1950, you would enter
1950-08-20.
</Text>
{
'If you are on a mobile device, please use the date picker to select your date of birth. You can click on the year and month at the top of the pop-up calendar to change them.'
}
</FormHelperText>
</DateField>
</Box>
Expand Down

0 comments on commit 11d180f

Please sign in to comment.