Add id to comment, so it can autoscroll to that notification

This commit is contained in:
2026-01-10 21:59:08 +01:00
parent e949ba955a
commit 81038b6c26

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>