Updated Ticket Icons everywhere to a more suitable icon life-ring instead of a carnival ticket

This commit is contained in:
johnnyq
2022-10-01 15:00:48 -04:00
parent 3d09993d34
commit 7e9597d923
11 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@
<li class="nav-header mt-3">SUPPORT</li>
<li class="nav-item">
<a href="tickets.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "tickets.php" || basename($_SERVER["PHP_SELF"]) == "ticket.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-ticket-alt"></i>
<i class="nav-icon fas fa-life-ring"></i>
<p>Tickets</p>
</a>
</li>