Skip to content

Commit 174148f

Browse files
committed
Update replies.blade.php
1 parent 8508830 commit 174148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/replies.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class="flex flex-col text-xs max-w-xs m-2 mx-3 @if($isOwner) order-1 @else order
1919
</div>
2020
<span
2121
x-tooltip="{
22-
content: @js($comment->created_at->format(\Filament\Schemas\Schema::$defaultDateTimeDisplayFormat)),
22+
content: @js($comment->created_at->format($this->form->getDefaultDateDisplayFormat())),
2323
theme: $store.theme,
2424
}"
2525
class="@if($isOwner) text-right @else text-left @endif w-full flex flex-col cursor-pointer text-xs text-gray-500 dark:text-gray-200 my-1"

0 commit comments

Comments
 (0)