Skip to content

Commit

Permalink
Update collapsible menu for Bootstraap 5 (landing page template)
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 14, 2023
1 parent 37d48a2 commit 19d91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout/page--node--landing-page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{% endif %}
{# Navigation (collapsible) #}
{% if page.navigation_collapsible %}
<button class="navbar-toggler navbar-toggler-right collapsed" type="button" data-toggle="collapse" data-target="#collapsing-navbar" aria-controls="collapsing-navbar" aria-expanded="false" aria-label="Toggle navigation" title="Menu">
<button class="navbar-toggler navbar-toggler-right collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapsing-navbar" aria-controls="collapsing-navbar" aria-expanded="false" aria-label="Toggle navigation" title="Menu">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
Expand Down

0 comments on commit 19d91a5

Please sign in to comment.