Skip to content

Commit

Permalink
refactor: Changed perPage value
Browse files Browse the repository at this point in the history
  • Loading branch information
Valik3201 committed Dec 3, 2023
1 parent 09afb76 commit 5ddf8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/js/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const resultsText = document.querySelector(".gallery__results-text");
export const totalHitsElement = document.querySelector(".gallery__total-hits");

export let page = 1;
export let perPage = 9; // 40
export let perPage = 40;

export function incrementPage() {
page += 1;
Expand Down

0 comments on commit 5ddf8c4

Please sign in to comment.