arrow instead of airplane

This commit is contained in:
sporb 2023-01-27 23:09:19 -05:00 committed by GitHub
parent b5d08ed72a
commit 37fc8caf8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
dist/index.html vendored
View File

@ -104,7 +104,7 @@
<div class="input-group">
<span class="input-group-text bg-dark text-light" id="username">Username</span>
<input type="text" class="form-control bg-dark text-light" id="chat-input"/>
<button class="btn btn-primary text-light" type="button" id="sendChatBtn"><i class="fa-solid fa-paper-plane"></i></button>
<button class="btn btn-primary text-light" type="button" id="sendChatBtn"><i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>