Skip to content

Commit

Permalink
fix: decrease page size
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Dec 30, 2023
1 parent 3df38b1 commit 2dc84a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emojis/app/browse/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Browse() {
<Layout>
<Feed
closeOnEose
pageSize={20}
pageSize={10}
filter={{
kinds: [NDKKind.EmojiSet],
}}
Expand Down

1 comment on commit 2dc84a6

@vercel
Copy link

@vercel vercel bot commented on 2dc84a6 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.