Skip to content

Commit

Permalink
Merge pull request #3394 from projectblacklight/header-navbar
Browse files Browse the repository at this point in the history
Remove header_navbar partial
  • Loading branch information
jcoyne authored Nov 21, 2024
2 parents db6922a + 2438459 commit 308e7e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/blacklight/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<%= content_for(:skip_links) %>
<% end %>

<%= render partial: 'shared/header_navbar' %>
<%= render blacklight_config.header_component.new(blacklight_config: blacklight_config) %>

<main id="main-container" class="<%= container_classes %>" aria-label="<%= t('blacklight.main.aria.main_container') %>">
<%= content_for(:container_header) %>
Expand Down
1 change: 0 additions & 1 deletion app/views/shared/_header_navbar.html.erb

This file was deleted.

0 comments on commit 308e7e1

Please sign in to comment.