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

@@ -47,7 +47,7 @@ class Comments extends Component
->with('user', 'children.user', 'children.children')
->parent()
->latest()
->paginate(3);
->paginate(50);
return view('livewire.comments', [
'comments' => $comments