Updated the Shared items box UI/UX on Client overview

This commit is contained in:
johnnyq
2024-08-23 17:29:03 -04:00
parent b583e7f8c9
commit 436b10c577
6 changed files with 18 additions and 35 deletions

View File

@@ -44,7 +44,7 @@
<label>Name <strong class="text-danger">*</strong></label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
<span class="input-group-text"><i class="fa fa-fw fa-id-badge"></i></span>
</div>
<input type="text" class="form-control" name="name" placeholder="Name or Company"
value="<?php echo $client_name; ?>" required>