Reverted Client Name from dark to text secondary

This commit is contained in:
Johnny 2020-11-24 23:29:28 -05:00
parent 5e10936560
commit 11da4bb989
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if(isset($_GET['client_id'])){
<div class="card-body">
<div class="row">
<div class="col-md-3">
<h4><strong><?php echo $client_name; ?></strong></h4>
<h4 class="text-secondary"><strong><?php echo $client_name; ?></strong></h4>
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
<div class="ml-1"><?php echo $client_address; ?></div>
<div class="ml-1"><?php echo "$client_city $client_state $client_zip"; ?></div>