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

@@ -154,7 +154,7 @@ $user_active_assigned_tickets = $row['total_tickets_assigned'];
</style>
<div class="card card-dark elevation-3">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-ticket-alt"></i> Tickets
<h3 class="card-title mt-2"><i class="fa fa-fw fa-life-ring"></i> Tickets
<small class="ml-3">
<a href="?status=Open"><strong><?php echo $total_tickets_open; ?></strong> Open</a> |
<a href="?status=Closed"><strong><?php echo $total_tickets_closed; ?></strong> Closed</a>