We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f97092 + ceaa1cc commit 3c73966Copy full SHA for 3c73966
resources/views/themes/zeus/sky/partial/empty.blade.php
@@ -1,4 +1,4 @@
1
<div class="px-4 py-4 bg-gradient-to-br from-white via-white to-primary-50 shadow-lg rounded-3xl hover:shadow-xl transition ease-in-out duration-300 flex gap-2 items-center justify-center w-full h-72 border border-gray-100">
2
- @svg('tabler-wave-sine','h-10 w-10 text-primary-600')
+ @svg('heroicon-s-newspaper','h-10 w-10 text-primary-600')
3
<span class="underline decoration-wavy underline-offset-4 decoration-primary-600">{{ __('No posts found') }}!</span>
4
</div>
0 commit comments