feat(docsearch): add aria-label to search button
This commit is contained in:
parent
9e86687ce3
commit
f75e1cc7a1
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export const DocSearchButton = React.forwardRef<
|
|||
<button
|
||||
type="button"
|
||||
className="DocSearch DocSearch-Button"
|
||||
aria-label="Search"
|
||||
{...props}
|
||||
ref={ref}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue