Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into renovate/npm-moment-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Nov 28, 2022
2 parents 5f591fe + 310693d commit 1e0d006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/FeedbackComponent/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const FeedbackForm = function ({
onSubmit={handleSubmit(onSubmitFeedback)}
>
<Typography variant="caption" fontSize={15} fontWeight="bold">
Tell us details
Tell us the details
</Typography>
<TextField
required
Expand All @@ -199,15 +199,15 @@ export const FeedbackForm = function ({
/>
<Box mt={1}>
<Typography variant="caption" fontSize={15} fontWeight="bold">
Send us screenshot
Send us your screenshot(s)
</Typography>
<Typography
variant="body2"
fontSize={14}
color="text.secondary"
display="inline-block"
>
File types supported: JPG, PNG, Max size: 2 MB
File types supported: JPG, PNG; Max. size: 2 MB
</Typography>
<Box mt={1}>
<UploadZoneWrapper
Expand Down

0 comments on commit 1e0d006

Please sign in to comment.