fix public checkbox for dark toggle

This commit is contained in:
Tealk 2021-04-13 19:18:28 +02:00
parent ad8e5ed944
commit ee13a2e3eb
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 1 additions and 1 deletions

View File

@ -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">