Melhora de texto

This commit is contained in:
Clóvis Fabrício Costa 2023-07-04 14:44:43 -03:00
parent bb67552acb
commit b0c858a1ec
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<input type="text" name="name" class="form-control" value="{{ buyer_data.name }}">
</div>
<div class="form-group">
<label>Contato</label>
<label>Informações para Contato</label>
<input type="text" name="contact" class="form-control" value="{{ buyer_data.contact }}">
</div>
<div class="form-group">