More Icon Updating and matching

This commit is contained in:
johnnyq
2023-08-20 15:06:08 -04:00
parent 2d0fe45898
commit 709cec8d7e
53 changed files with 58 additions and 57 deletions

View File

@@ -84,7 +84,7 @@ $user_active_assigned_tickets = intval($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-life-ring mr-2"></i>Tickets
<h3 class="card-title mt-2"><i class="fa fa-fw fa-life-ring mr-2"></i>Support Tickets
<small class="ml-3">
<a href="?status=Open" class="text-white"><strong><?php echo $total_tickets_open; ?></strong> Open</a> |
<a href="?status=Closed" class="text-white"><strong><?php echo $total_tickets_closed; ?></strong> Closed</a>