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 f63287d.
  • Loading branch information
danharrin committed Aug 21, 2024
1 parent 86bea5c commit a125ee9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:lgStart="$columnStart['lg'] ?? null"
:xlStart="$columnStart['xl'] ?? null"
:twoXlStart="$columnStart['2xl'] ?? null"
class="fi-loading-section animate-pulse"
class="fi-loading-section"
>
<x-filament::section style="height: {{ $height }}" />
<x-filament::section class="animate-pulse" style="height: {{ $height }}" />
</x-filament::grid.column>

0 comments on commit a125ee9

Please sign in to comment.