Skip to content

Commit

Permalink
πŸ§‘β€πŸ”§ Replace correct value for 'htmlFor'
Browse files Browse the repository at this point in the history
  • Loading branch information
wesenbergg committed Jan 5, 2025
1 parent 2d553dd commit b6e8e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function SignUp() {
)}
</FormControl>
<FormControl id="email" isInvalid={!!errors.email}>
<FormLabel htmlFor="username" srOnly>
<FormLabel htmlFor="email" srOnly>
Email
</FormLabel>
<Input
Expand Down

0 comments on commit b6e8e27

Please sign in to comment.