Skip to content

Commit

Permalink
⚡️
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 3, 2022
1 parent cd7fbc6 commit 08213e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/bread/export.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="btn-group" role="group">
<div class="btn-group" role="group">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="{{ $action->getIcon() }}"></i> {{ $action->getTitle() }}
<i class="{{ $action->getIcon() }}"></i> <span class="hidden-xs hidden-sm">{{ $action->getTitle() }}</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 08213e1

Please sign in to comment.