Skip to content

Commit 10a8825

Browse files
authored
Merge pull request #19 from lara-zeus/fix-ui
fix ui
2 parents 2591d82 + e2dd7df commit 10a8825

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/views/pages/importer.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<div class="space-y-4">
2-
1+
<x-filament::page>
32
<x-filament::section>
43
found:
54
<span class="text-md font-semibold">{{ $this->getViewData()['wpPosts']->count() }}</span>
@@ -13,4 +12,4 @@
1312
Import
1413
</x-filament::button>
1514
</div>
16-
</div>
15+
</x-filament::page>

0 commit comments

Comments
 (0)