Show ten top picks at once

This commit is contained in:
Jackson Harper 2024-06-21 11:21:53 +08:00
parent b7ebb091d9
commit 07e78c9c60

View file

@ -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