Skip to content

Commit

Permalink
feat: add description to form issue modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mayying committed Jul 14, 2023
1 parent b1f40ca commit 19f33c0
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,19 @@ export const FormIssueFeedbackModal = ({
pr="4rem"
>
<Text textStyle={{ base: '1.25rem', md: '1.5rem' }}>
Have trouble filling out this form?
Report an issue
</Text>
</ModalHeader>
<ModalBody>
<Text pb="1.5rem" textStyle="body-2" color="secondary.400" mt="0">
Fill this in only{' '}
<span style={{ fontWeight: 'bold' }}>
if you are experiencing issues and are unable to submit this
form
</span>
. If you would like to provide feedback, you can do so after
submitting the form.
</Text>
<Stack>
<FormControl isInvalid={!!errors.issue}>
<FormLabel
Expand Down

0 comments on commit 19f33c0

Please sign in to comment.