mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Show ten top picks at once
This commit is contained in:
parent
b7ebb091d9
commit
07e78c9c60
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ const TopPicksHomeSection = (props: HomeSectionProps): JSX.Element => {
|
|||
|
||||
<Pagination
|
||||
items={items}
|
||||
itemsPerPage={4}
|
||||
itemsPerPage={10}
|
||||
loadMoreButtonText="Load more Top Picks"
|
||||
render={(homeItem) => (
|
||||
<TopPicksItemView
|
||||
|
|
|
|||
Loading…
Reference in a new issue