Skip to content

Commit

Permalink
[Vertical layout] Remove data-bs-theme from header (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavasinf authored Nov 20, 2023
1 parent 9554efc commit d0f3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout-vertical.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Enjoy your theme!

{% block header %}
{% if not tabler_bundle.isCondensedNavbar() %}
<header id="{% block header_id %}{% endblock %}" class="navbar navbar-expand-md d-none d-lg-flex d-print-none" data-bs-theme="{{ tabler_bundle.isHeaderDark() or tabler_bundle.isDarkMode() ? 'dark' : 'light' }}">
<header id="{% block header_id %}{% endblock %}" class="navbar navbar-expand-md d-none d-lg-flex d-print-none">
<div class="{{ ''|tabler_container }}">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit d0f3d23

Please sign in to comment.