Change Respond icon from check mark to a paper plane in ticket view

This commit is contained in:
johnnyq 2024-01-20 22:08:41 -05:00
parent 493c83e3f1
commit 3b71e6132e
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ if (isset($_GET['ticket_id'])) {
<?php } ?>
<div class="col-md-2">
<button type="submit" id="ticket_add_reply" name="add_ticket_reply" class="btn btn-primary text-bold"><i class="fas fa-check mr-2"></i>Respond</button>
<button type="submit" id="ticket_add_reply" name="add_ticket_reply" class="btn btn-primary text-bold"><i class="fas fa-paper-plane mr-2"></i>Respond</button>
</div>
</div>