We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a425e88 commit 9325a2dCopy full SHA for 9325a2d
src/components/SearchBar.js
@@ -43,7 +43,10 @@ const SearchBar = ({ className }) => {
43
id: focused ? 'searchWithGoogle' : 'search'
44
})}
45
/>
46
- <button className={css.submit} onClick={search}>
+ <button
47
+ className={css.submit}
48
+ onClick={search}
49
+ aria-label={`Submit search`}>
50
<SearchIcon height={30} width={30} />
51
</button>
52
</div>
0 commit comments