Skip to content

Commit

Permalink
Merge pull request #6 from claudfuen/patch-1
Browse files Browse the repository at this point in the history
Corrected First Field "type" in Bottom Form
  • Loading branch information
hisk authored Dec 4, 2017
2 parents 4706945 + 853e4cc commit bf83262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/agency-landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3 class="section-title text-center m-5">Contact Us</h3>
<div class="col-md-6 col-sm-12">
<div class="form-group">
<label for="contactFormFullName">Full Name</label>
<input type="email" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
<input type="text" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
</div>
</div>
<div class="col-md-6 col-sm-12">
Expand Down

0 comments on commit bf83262

Please sign in to comment.