Update sidebar w/ new fontawesome icon

This commit is contained in:
billz 2019-10-15 13:43:47 +01:00
parent 2121da9bcd
commit 8b200b3aec
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
<?php endif; ?>
<?php if (RASPI_NETWORK_ENABLED) : ?>
<li class="nav-item">
<a class="nav-link" href="index.php?page=network_conf"><i class="fas fa-sitemap fa-fw mr-2"></i><span class="nav-label"><?php echo _("Configure networking"); ?></a>
<a class="nav-link" href="index.php?page=network_conf"><i class="fas fa-network-wired fa-fw mr-2"></i><span class="nav-label"><?php echo _("Configure networking"); ?></a>
</li>
<?php endif; ?>
<?php if (RASPI_DHCP_ENABLED) : ?>