Skip to content

Commit 81f3e9f

Browse files
committed
feat:(LAR-180) update paginate article
1 parent f5b692c commit 81f3e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/Pages/Articles/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function render(): View
3333
->published()
3434
->notPinned()
3535
->forLocale($this->locale)
36-
->simplePaginate(5),
36+
->simplePaginate(20),
3737
'tags' => Tag::query()->whereHas('articles', function ($query): void {
3838
$query->published();
3939
})->orderBy('name')->get(),

0 commit comments

Comments
 (0)