|
@@ -130,7 +130,7 @@
|
|
|
{
|
|
|
<li class="nav-item w-100 me-0 mb-md-2">
|
|
|
<a href="/server/@(CurrentServer.Uuid + tab.Route)" class="nav-link w-100 btn btn-flex @(Route == tab.Route ? "active" : "") btn-active-light-primary">
|
|
|
- <i class="bx bx-@(tab.Icon) bx-sm me-2"></i>
|
|
|
+ <i class="bx @(tab.Icon) bx-sm me-2"></i>
|
|
|
<span class="d-flex flex-column align-items-start">
|
|
|
<span class="fs-5">
|
|
|
<TL>@(tab.Name)</TL>
|