Skip to content

Commit

Permalink
Merge pull request #3406 from projectblacklight/non-existing
Browse files Browse the repository at this point in the history
Remove non-existing class navbar-toggler-right
  • Loading branch information
jcoyne authored Nov 4, 2024
2 parents 072cece + 09472cc commit d4368a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= content_tag :h2, @title, class: 'facets-heading h4' if @title %>
<%= content_tag :button,
class:'navbar-toggler navbar-toggler-right d-block d-lg-none',
class:'navbar-toggler d-block d-lg-none',
type: 'button',
data: {
toggle: 'collapse',
Expand Down
2 changes: 1 addition & 1 deletion app/components/blacklight/top_navbar_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark topbar" aria-label="<%= aria_label %>">
<div class="<%= container_classes %>">
<%= logo_link %>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-bs-toggle="collapse" data-target="#user-util-collapse" data-bs-target="#user-util-collapse" aria-controls="user-util-collapse" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse" data-target="#user-util-collapse" data-bs-target="#user-util-collapse" aria-controls="user-util-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

Expand Down

0 comments on commit d4368a3

Please sign in to comment.