Bold the contact name in client listing

This commit is contained in:
johnnyq 2023-11-01 18:55:41 -04:00
parent 5a7c62c150
commit cd99e91ac3
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
}
if (!empty($contact_name)) { ?>
<div>
<div class="text-bold">
<i class="fa fa-fw fa-user text-secondary mr-2 mb-2"></i><?php echo $contact_name; ?>
</div>
<?php } else {