Skip to content

Commit

Permalink
Merge pull request #2784 from galaxyproject/aria-role-search
Browse files Browse the repository at this point in the history
Add ARIA landmark for search component
  • Loading branch information
shiltemann authored Sep 30, 2021
2 parents 727f741 + b5155af commit a30c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/default-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- Search bar-->
<li class="nav-item">
<div id="navbarSupportedContent">
<div id="navbarSupportedContent" role="search">
<!-- Search form -->
<form class="form-inline mr-auto" method="GET" action="{{site.baseurl}}/search">
<i class="fas fa-search nav-link" aria-hidden="true"></i>
Expand Down

0 comments on commit a30c78e

Please sign in to comment.