mirror of https://github.com/itflow-org/itflow
Changed company icon from a building to a briefcase
This commit is contained in:
parent
3e039f8664
commit
7dee46eee9
|
|
@ -1172,7 +1172,7 @@ if (isset($_POST['add_telemetry'])) {
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue