Skip to content

Commit c7a2c84

Browse files
committed
2 parents 5036afd + fd7872f commit c7a2c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Input/InputField.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const InputField = ({
1919
type = 'text',
2020
}) => (
2121
<div className="w-1/2 p-2">
22-
<label for={name} className="pb-4">
22+
<label htmlFor={name} className="pb-4">
2323
{label}
2424
</label>
2525
<input

0 commit comments

Comments
 (0)