Skip to content

Commit 3f1c8ee

Browse files
committed
Missed one button
1 parent 7fa34d1 commit 3f1c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ <h2 class="text-center title">Contact Us</h2>
434434
<textarea id="contactMessage" class="form-control" rows="4" placeholder="Message"></textarea>
435435
<div class="row">
436436
<div class="col-md-4 offset-md-4">
437-
<button onclick="submit()" class="btn btn-danger btn-lg btn-fill">Send Message</button>
437+
<button onclick="submit()" class="btn btn-scope btn-lg btn-fill">Send Message</button>
438438
</div>
439439
</div>
440440
</div>

0 commit comments

Comments
 (0)