change form button to Submit

This commit is contained in:
2021-09-03 12:02:03 -04:00
parent 9082b62d65
commit 592b759325

View File

@@ -30,6 +30,6 @@ excerpt: "November 13th 2021 <br> Brooklyn, NY"
<label>Questions / Comments <input type="text" name="comments" /></label>
</p>
<p>
<button type="submit" class="btn btn--primary">Send</button>
<button type="submit" class="btn btn--primary">Submit</button>
</p>
</form>