Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Apr 10, 2024
1 parent 672c1db commit e79a59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>Contact us</h1>
<p class="required">Feedback:</p>
<textarea class="mb-3 p-1 form-control" id="message"></textarea>

<input type="submit" class="btn btn-danger" onclick="sendFeedback();">
<input type="submit" class="rbtn info" onclick="sendFeedback();">

<span class="text-success d-none" id="success">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
Expand Down Expand Up @@ -152,4 +152,4 @@ <h5>Useful links</h5>
<script src="contact.js"></script>
</body>

</html>
</html>

0 comments on commit e79a59b

Please sign in to comment.