More A11y work

This commit is contained in:
Belen Curcio
2020-11-05 18:23:24 -03:00
parent 1beafd33f1
commit dbc0091732
3 changed files with 7 additions and 4 deletions

View File

@@ -22,9 +22,8 @@ const Searchbar: FC<Props> = ({ className, id = 'search' }) => {
className
)}
>
<label htmlFor={id}>
<label>
<input
id={id}
className={s.input}
placeholder="Search for products..."
defaultValue={router.query.q}