Skip to content

Commit fc9f1e8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5c6f154 + d4ebc82 commit fc9f1e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/bootstrap-5/filter-submit.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="button-group inline-btn-group">
1+
<div class="d-flex align-items-center gap-2 mb-4">
22
{{ $before ?? '' }}
33

44
<x-forms::button color="primary" type="submit">
@@ -57,7 +57,7 @@ class="dropdown-item"
5757

5858
{{ $after ?? '' }}
5959

60-
<x-forms::link-button color="light">
60+
<x-forms::link-button :url="$cancelUrl" color="light">
6161
{{ __('Clear') }}
6262
</x-forms::link-button>
6363

0 commit comments

Comments
 (0)