Skip to content

Commit 4b3ffc1

Browse files
committed
44 results homepage to 32
1 parent c1579d5 commit 4b3ffc1

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: 44, // bigger homepage selection
20+
perPage: 32, // bigger homepage selection
2121
};
2222

2323

0 commit comments

Comments
 (0)