Replace Comment System #4

Merged
w33b merged 20 commits from comment-system into main 2026-01-10 21:16:56 +00:00
Showing only changes of commit 81038b6c26 - Show all commits

View File

@@ -1,5 +1,5 @@
<div>
<div class="flex">
<div class="flex" id="comment-{{ $comment->id }}">
<div class="flex-shrink-0 mr-4">
<img class="h-10 w-10 rounded-full" src="{{ $comment->user->getAvatar() }}" alt="{{ $comment->user->name }}">
</div>