mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
fix the homepage href
This commit is contained in:
parent
569eaaee37
commit
6bc9a5fd87
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
|
||||
<li class="nav-header">MAIN</li>
|
||||
<li class="nav-item">
|
||||
<a href="{{.basePath}}" class="nav-link {{if eq .baseData.Active ""}}active{{end}}">
|
||||
<a href="{{.basePath}}/" class="nav-link {{if eq .baseData.Active ""}}active{{end}}">
|
||||
<i class="nav-icon fas fa-user-secret"></i>
|
||||
<p>
|
||||
Wireguard Clients
|
||||
|
|
Loading…
Add table
Reference in a new issue