Skip to content

Commit f5033ef

Browse files
committed
44 per page to 24 and 5 search res to 4
1 parent 4b3ffc1 commit f5033ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function App() {
5858
const variables = {
5959
search: `${searchTerm}`,
6060
page: 1,
61-
perPage: 5, // small digit to hide unneeded null results
61+
perPage: 4, // small digit to hide unneeded null results
6262
};
6363

6464

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

2323

0 commit comments

Comments
 (0)