Style fix for custom wireguard icon

This commit is contained in:
billz
2023-11-11 08:21:01 +00:00
parent d874668ce1
commit 86a8e0e41d
3 changed files with 5 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
<?php endif; ?>
<?php if (RASPI_WIREGUARD_ENABLED) : ?>
<li class="nav-item">
<a class="nav-link" href="wg_conf"><span class="ra-wireguard mr-2"></span><span class="nav-label"><?php echo _("WireGuard"); ?></a>
<a class="nav-link" href="wg_conf"><i class="ra-wireguard mr-2"></i><span class="nav-label"><?php echo _("WireGuard"); ?></a>
</li>
<?php endif; ?>
<?php if (RASPI_VPN_PROVIDER_ENABLED) : ?>