Skip to content

Commit

Permalink
Fixing instance of AR-203 in navigation bar when catalog controller h…
Browse files Browse the repository at this point in the history
…as not params
  • Loading branch information
randalldfloyd committed Apr 22, 2024
1 parent f52d8cf commit fd3665a
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 fd3665a

Please sign in to comment.