Skip to content

Commit f75e1cc

Browse files
feat(docsearch): add aria-label to search button
1 parent 9e86687 commit f75e1cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DocSearchButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const DocSearchButton = React.forwardRef<
3535
<button
3636
type="button"
3737
className="DocSearch DocSearch-Button"
38+
aria-label="Search"
3839
{...props}
3940
ref={ref}
4041
>

0 commit comments

Comments
 (0)