Minor update

This commit is contained in:
johnnyq
2022-05-15 11:48:33 -04:00
parent 7f2340e713
commit 0ced5490b6
4 changed files with 5 additions and 5 deletions

View File

@@ -40,12 +40,12 @@
</div>
<div class="form-group">
<label>Type</label>
<label>Industry</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-list"></i></span>
</div>
<input type="text" class="form-control" name="type" placeholder="Company Type" value="<?php echo $client_type; ?>">
<input type="text" class="form-control" name="type" placeholder="Industry" value="<?php echo $client_type; ?>">
</div>
</div>