Skip to content

Commit

Permalink
Revert "Update loading-section.blade.php"
Browse files Browse the repository at this point in the history
This reverts commit 35a2cad.
  • Loading branch information
danharrin committed Aug 21, 2024
1 parent 8d588a2 commit 86bea5c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
:lgStart="$columnStart['lg'] ?? null"
:xlStart="$columnStart['xl'] ?? null"
:twoXlStart="$columnStart['2xl'] ?? null"
wire:replace
class="fi-loading-section"
class="fi-loading-section animate-pulse"
>
<x-filament::section class="animate-pulse" style="height: {{ $height }}" />
<x-filament::section style="height: {{ $height }}" />
</x-filament::grid.column>

0 comments on commit 86bea5c

Please sign in to comment.