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:
cori hudson 2022-12-09 16:08:43 -05:00 committed by GitHub
commit afa479cd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
/>