We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1579d5 commit 4b3ffc1Copy full SHA for 4b3ffc1
src/components/Landing.jsx
@@ -17,7 +17,7 @@ function Landing({ searchRedirect }) {
17
async function getData(option) {
18
const variables = {
19
page: 1,
20
- perPage: 44, // bigger homepage selection
+ perPage: 32, // bigger homepage selection
21
};
22
23
0 commit comments