Skip to content

Commit

Permalink
Merge pull request #334 from IUBLibTech/accessibility_4-2024
Browse files Browse the repository at this point in the history
Accessibility fix, AR-203 when catalog controller has no params
  • Loading branch information
randalldfloyd authored Apr 22, 2024
2 parents f52d8cf + fd3665a commit a4aa5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_header_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<%= link_to t('arclight.masthead_heading'), root_path, class: 'h1' %>
</div>

<div class="col-md-4 nav-links d-flex justify-content-end" >
<ul class="navbar-nav" aria-label="browse" role="navigation">
<div class="col-md-4 nav-links d-flex justify-content-end" role="navigation">
<ul class="navbar-nav" aria-label="browse">
<%= render 'shared/main_menu_links' %>
</ul>
</div>
Expand Down

0 comments on commit a4aa5ea

Please sign in to comment.