Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jun 17, 2024
2 parents fab4632 + 7b3b8c6 commit 4cb8668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
e7bc3b942e1391b53c97663eea56d8eb57119290
9ea7e0a73de9cc356dbdcc01977492106548a9ae
80ae05cec1520a13efa53b8d8b007f42de61b5c8
52445316a5fdb2dfe46a9a147eba5cbd63a914a4
2 changes: 1 addition & 1 deletion resources/views/components/danger-button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'wire:target' => $action
]) }}
>
@if($action)
@if ($action)
<div wire:loading wire:target="{{ $action }}">
<x-spinner class="mr-2 text-white h-4 w-4 inline"/>
{{ __($loadingText) }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/secondary-button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'wire:target' => $action
]) }}
>
@if($action)
@if ($action)
<div wire:loading wire:target="{{ $action }}">
<x-spinner class="mr-2 text-gray-700 dark:text-gray-100 h-4 w-4 inline"/>
{{ __($loadingText) }}
Expand Down

0 comments on commit 4cb8668

Please sign in to comment.