Skip to content

Commit

Permalink
fix(global): fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovaro committed Feb 11, 2024
1 parent 3e4637c commit 72e060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/bank/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</td>
<td>
<a href="{{ url('bank/update'.$bank->uuid) }}" class="btn btn-warning btn-sm">
<i class="las la-pencil"></i>
<i class="las la-pen"></i>
</a>
<a href="{{ url('bank/delete'.$bank->uuid) }}" class="btn btn-danger btn-sm">
<i class="las la-trash-alt"></i>
Expand Down

0 comments on commit 72e060b

Please sign in to comment.