mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
Merge pull request #7279 from bocoup/issue-7174
Fix gh -7174: Missing ARIA attribute for the search icon in the nav-bar
This commit is contained in:
commit
afa479cd96
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ class Navigation extends React.Component {
|
||||||
<li className="search">
|
<li className="search">
|
||||||
<Form onSubmit={this.handleSearchSubmit}>
|
<Form onSubmit={this.handleSearchSubmit}>
|
||||||
<Button
|
<Button
|
||||||
|
aria-label={this.props.intl.formatMessage({id: 'general.search'})}
|
||||||
className="btn-search"
|
className="btn-search"
|
||||||
type="submit"
|
type="submit"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue