remove test button

This commit is contained in:
Tealk 2021-03-19 21:27:10 +01:00
parent 1fa788d34f
commit c523ddbcfb
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 0 additions and 3 deletions

View File

@ -138,9 +138,6 @@ class Template
<li class="nav-item">
<a class="nav-link link-light" href="<?php echo WEB_URL; ?>/admin/?do=logout"><?php echo _("Logout"); ?></a>
</li>
<li class="nav-item ml-md-auto">
<a href="#" class="btn btn-primary switch">Switch Light/Dark</a>
</li>
<?php
}
?>