Skip to content

Commit

Permalink
chore: change projects shown per page to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Mar 25, 2024
1 parent 4eb5a22 commit e28996e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const IMAGE_STORAGE_BASE_URL = import.meta.env
.VITE_IMAGE_STORAGE_BASE_URL;
export const API_URI = import.meta.env.VITE_API_URI;
export const VIEW_ECOCREDITS = 'view your ecocredits';
export const PROJECTS_PER_PAGE = 6;
export const PROJECTS_PER_PAGE = 12;

export const sortOptions = [
{ label: 'Price - low to high', value: 'price-ascending' },
Expand Down

0 comments on commit e28996e

Please sign in to comment.