Misc changes

This commit is contained in:
2026-01-10 18:55:53 +01:00
parent cfd6af59fb
commit 13b70fdf23
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
@foreach($comments as $comment)
<livewire:comment :comment="$comment" :key="$comment->id"/>
@endforeach
{{ $comments->links() }}
{{ $comments->links('pagination::tailwind') }}
@else
<p class="text-gray-900 dark:text-gray-200">No comments yet.</p>
@endif