mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Update navbar-side.html
Added class switchMode to switch theme
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{% endunless %}
|
||||
|
||||
<div class="d-none d-{{ include.breakpoint }}-flex">
|
||||
<a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
|
||||
<a href="javascript:;" class="switchMode nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom">
|
||||
{% include ui/icon.html icon="moon" %}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user