Skip to content

Commit

Permalink
GitHub::Accessibility::NavigationHasLabel
Browse files Browse the repository at this point in the history
* Add aria-label in navigation landmark

Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
christinach and sandbergja committed Sep 20, 2023
1 parent f2d363b commit d1f3a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_advanced_navbar.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="header-navbar" class="navbar navbar-inverse navbar-static-top" role="navigation">
<div id="header-navbar" class="navbar navbar-inverse navbar-static-top" aria-label="Header" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#user-util-collapse">
Expand Down

0 comments on commit d1f3a93

Please sign in to comment.