Skip to content

Commit 3c73966

Browse files
authored
Merge pull request #235 from aymanalhattami/3.x
fix: use heroicons instead of tabler
2 parents 7f97092 + ceaa1cc commit 3c73966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<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')
2+
@svg('heroicon-s-newspaper','h-10 w-10 text-primary-600')
33
<span class="underline decoration-wavy underline-offset-4 decoration-primary-600">{{ __('No posts found') }}!</span>
44
</div>

0 commit comments

Comments
 (0)