Skip to content

Commit

Permalink
Add Button with No Icon (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Aug 25, 2024
1 parent 6766707 commit 39c5032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/includes/actions/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@
}}
></i>
<span>{{ $action->getLabel() }}</span>
@else
<span>{{ $action->getLabel() }}</span>
@endif
</a>

0 comments on commit 39c5032

Please sign in to comment.