Skip to content

Commit e681a38

Browse files
committed
chore: replace clock icon with calendar-week-fill icon for post creation date display
1 parent efb6076 commit e681a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/components/posts/⚡list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class="absolute inset-0 z-20"
190190
191191
{{-- Published time --}}
192192
<div class="flex items-center">
193-
<x-icons.clock class="w-4" />
193+
<x-icons.calendar-week-fill class="w-4" />
194194
<time
195195
class="ml-2"
196196
datetime="{{ $post->created_at->toDateString() }}"

0 commit comments

Comments
 (0)