We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb6076 commit e681a38Copy full SHA for e681a38
1 file changed
resources/views/components/posts/⚡list.blade.php
@@ -190,7 +190,7 @@ class="absolute inset-0 z-20"
190
191
{{-- Published time --}}
192
<div class="flex items-center">
193
- <x-icons.clock class="w-4" />
+ <x-icons.calendar-week-fill class="w-4" />
194
<time
195
class="ml-2"
196
datetime="{{ $post->created_at->toDateString() }}"
0 commit comments