Update Trips Icon

This commit is contained in:
johnny@pittpc.com
2020-12-18 19:35:27 -05:00
parent 8d2c7271a5
commit bc35a3c115
8 changed files with 22 additions and 24 deletions

View File

@@ -231,7 +231,7 @@
<li class="nav-item">
<a href="?client_id=<?php echo $client_id; ?>&tab=trips" class="nav-link <?php if($_GET['tab'] == "trips") { echo "active"; } ?>">
<i class="nav-icon fas fa-bicycle"></i>
<i class="nav-icon fas fa-route"></i>
<p>
Trips
<?php