mirror of https://github.com/itflow-org/itflow
Reverted Client Name from dark to text secondary
This commit is contained in:
parent
5e10936560
commit
11da4bb989
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue