Skip to content

Commit

Permalink
fix: bump page size to 20
Browse files Browse the repository at this point in the history
per PR request from @olizilla
  • Loading branch information
travis committed Feb 1, 2023
1 parent 995e55b commit 393ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/w3console/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function Logo (): JSX.Element {

export function App (): JSX.Element {
return (
<W3APIProvider uploadsListPageSize={10}>
<W3APIProvider uploadsListPageSize={20}>
<Authenticator>
<div className='flex min-h-full w-full'>
<nav className='flex-none w-64 bg-gray-900 text-white px-4 pb-4 border-r border-gray-800'>
Expand Down

0 comments on commit 393ef77

Please sign in to comment.