Skip to content

Commit c12ccbc

Browse files
committed
decreased result size
1 parent 5c16009 commit c12ccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: 8,
61+
perPage: 5,
6262
};
6363

6464

0 commit comments

Comments
 (0)