Changed company icon from a building to a briefcase

This commit is contained in:
johnnyq 2023-09-07 15:50:20 -04:00
parent 3e039f8664
commit 7dee46eee9
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ if (isset($_POST['add_telemetry'])) {
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a href="?company" class="nav-link <?php if (isset($_GET['company'])) { echo "active"; } ?>"> <a href="?company" class="nav-link <?php if (isset($_GET['company'])) { echo "active"; } ?>">
<i class="nav-icon fas fa-building"></i> <i class="nav-icon fas fa-briefcase"></i>
<p>Company</p> <p>Company</p>
</a> </a>
</li> </li>