mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-03 12:27:30 -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">
|
||||
<Form onSubmit={this.handleSearchSubmit}>
|
||||
<Button
|
||||
aria-label={this.props.intl.formatMessage({id: 'general.search'})}
|
||||
className="btn-search"
|
||||
type="submit"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue