Skip to content

Commit

Permalink
Merge pull request #1519 from starknet-io/bugfix/fix-jobs-page-size
Browse files Browse the repository at this point in the history
Fix jobs page size
  • Loading branch information
rafaelcruzazevedo authored Oct 20, 2023
2 parents 2db5193 + e786140 commit cdfc1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/website/src/pages/jobs/JobsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function JobsPage({ params, env, seo }: Props): JSX.Element | null {
indexName={`web_jobs_${env.ALGOLIA_INDEX}`}
>
<Configure
hitsPerPage={5}
hitsPerPage={40}
facetsRefinements={{
locale: [params.locale],
status: ['active']
Expand Down

0 comments on commit cdfc1b7

Please sign in to comment.