Skip to content

Commit fb5ff84

Browse files
committed
Remove Shared Label
1 parent 69efcc7 commit fb5ff84

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

resources/views/includes/actions/mergedButton.blade.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@
2626
></i>
2727
</span>
2828
@endif
29-
30-
<x-livewire-tables::shared.label :attributes="$action->getLabelAttributesBag()" :hasIcon="$action->hasIcon()" :iconRight="$action->getIconRight()">
29+
<span {{ $action->getLabelAttributesBag()->merge()->class([
30+
'w-11/12 ',
31+
'order-1' => $action->hasIcon() && $action->getIconRight(),
32+
'order-2' => $action->hasIcon() && !$action->getIconRight(),
33+
]) }}>
3134
{{ $action->getLabel() }}
32-
</x-livewire-tables::shared.label>
35+
</span>
36+
3337
</a>

0 commit comments

Comments
 (0)