Skip to content

Commit

Permalink
form edits
Browse files Browse the repository at this point in the history
form edits
  • Loading branch information
skarthik7 committed Nov 25, 2023
1 parent b3739f8 commit 189f8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ <h2 id="blog_header" class="section__title">Latest Posts_</h2>
<span class="form-invalid-icon"><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
<div class="form-group">
<textarea class="form-field js-field-message" placeholder="Type the message here" required></textarea>
<textarea class="form-field js-field-message" name="message" placeholder="Type the message here" required></textarea>
<span class="form-validation"></span>
<span class="form-invalid-icon"><i class="mdi mdi-close" aria-hidden="true"></i></span>
</div>
Expand Down

0 comments on commit 189f8ae

Please sign in to comment.