Update /super logout icon and remove unused stylesheet.

matrix-notifications
Gamertech 2022-08-01 12:13:17 +00:00
parent 2deb91bd9a
commit 2acf9ca998
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
<!-- CSS Files -->
<link rel="stylesheet" href="<%-window.libURL%>assets/vendor/bootstrap5/css/bootstrap.min.css">
<link rel="stylesheet" href="<%-window.libURL%>assets/css/bootstrap5-theme.css">
<link rel="stylesheet" href="<%-window.libURL%>libs/css/main.dash2.css" />
<link rel="stylesheet" href="<%-window.libURL%>libs/css/pnotify.custom.min.css">
<link rel="stylesheet" href="<%-window.libURL%>assets/css/bs5.forms.css">
<link rel="stylesheet" href="<%-window.libURL%>assets/css/gradients.css" />
@ -51,7 +50,7 @@
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a class="nav-link logout">
<i class="fa fa-sign-out"></i>
<i class="fa fa-sign-out-alt"></i>
<p class="d-lg-none d-xl-none"><%-lang.Logout%></p>
</a>
</li>