Use Plus icon for Adding tickets to Projects

This commit is contained in:
johnnyq
2024-04-07 13:28:28 -04:00
parent e1312b29e5
commit 1e85b56d2a
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ if (isset($_GET['project_id'])) {
</a>
<?php } else { ?>
<button type="button" class="btn btn-primary btn-sm" href="#" data-toggle="modal" data-target="#addProjectTicketModal">
<i class="fas fa-fw fa-life-ring mr-2"></i>Add Ticket
<i class="fas fa-fw fa-plus mr-2"></i>Add Ticket
</button>
<?php } ?>
<div class="dropdown dropleft text-center ml-3">