Removed Extra Scope under edit Quote

This commit is contained in:
johnnyq
2021-11-13 12:44:33 -05:00
parent c66d7fa7bd
commit 40ed8761cb
5 changed files with 4 additions and 14 deletions

View File

@@ -99,7 +99,7 @@
<center>
<?php if(!empty($contact_photo)){ ?>
<img class="img-fluid rounded-circle" src="<?php echo "uploads/clients/$session_company_id/$client_id/$contact_photo"; ?>" height="256" width="256">
<img class="img-circle" src="<?php echo "uploads/clients/$session_company_id/$client_id/$contact_photo"; ?>" height="256" width="256">
<?php }else{ ?>
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-secondary"></i>