mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 23:34:50 +00:00
Changed company icon from a building to a briefcase
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user