We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3ffc1 commit f5033efCopy full SHA for f5033ef
src/App.js
@@ -58,7 +58,7 @@ function App() {
58
const variables = {
59
search: `${searchTerm}`,
60
page: 1,
61
- perPage: 5, // small digit to hide unneeded null results
+ perPage: 4, // small digit to hide unneeded null results
62
};
63
64
src/components/Landing.jsx
@@ -17,7 +17,7 @@ function Landing({ searchRedirect }) {
17
async function getData(option) {
18
19
20
- perPage: 32, // bigger homepage selection
+ perPage: 24, // bigger homepage selection
21
22
23
0 commit comments