UI polish bolded contact under client listing

This commit is contained in:
johnnyq
2022-02-22 02:22:03 -05:00
parent e633d1ad71
commit 4182e43b5e
2 changed files with 6 additions and 4 deletions

View File

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