mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-15 08:41:46 -05:00
fix public checkbox for dark toggle
This commit is contained in:
parent
ad8e5ed944
commit
ee13a2e3eb
@ -122,7 +122,7 @@ class Template
|
||||
<a class="nav-link link-light" href="<?php echo WEB_URL; ?>/admin/"><?php echo _("Admin"); ?></a>
|
||||
</li>
|
||||
<li class="d-flex">
|
||||
<input type=" checkbox" class="custom-control-input" id="darkSwitch" hidden>
|
||||
<input type="checkbox" class="custom-control-input" id="darkSwitch" hidden>
|
||||
<label class="nav-link" for="darkSwitch"><i class="fas fa-moon"></i></label>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
|
Loading…
Reference in New Issue
Block a user