Updated the Shared items box UI/UX on Client overview

This commit is contained in:
johnnyq
2024-08-23 17:29:03 -04:00
parent b583e7f8c9
commit 436b10c577
6 changed files with 18 additions and 35 deletions

View File

@@ -28,7 +28,7 @@
<li class="nav-item">
<a href="client_contacts.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_contacts.php" || basename($_SERVER["PHP_SELF"]) == "client_contact_details.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-users"></i>
<i class="nav-icon fas fa-address-book"></i>
<p>
Contacts
<?php