Skip to content

Commit 164c0a9

Browse files
committed
increased landing page results before search
1 parent 6ae70ea commit 164c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Landing.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Landing({ searchRedirect }) {
1717
async function getData(option) {
1818
const variables = {
1919
page: 1,
20-
perPage: 32,
20+
perPage: 36, // bigger homepage selection
2121
};
2222

2323

0 commit comments

Comments
 (0)