Skip to content

Commit 85875ee

Browse files
committed
card to section
1 parent d8e3c56 commit 85875ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="space-y-4">
22

3-
<x-filament::card>
3+
<x-filament::section>
44
found:
55
<span class="text-md font-semibold">{{ $this->getViewData()['wpPosts']->count() }}</span>
66
posts
7-
</x-filament::card>
7+
</x-filament::section>
88

99
{{ $this->form }}
1010

@@ -13,4 +13,4 @@
1313
Import
1414
</x-filament::button>
1515
</div>
16-
</div>
16+
</div>

0 commit comments

Comments
 (0)