mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More A11y work
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user