Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
egdbear committed Jan 13, 2025
1 parent 092efd2 commit 51e2a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/InfiniteDiscovery/InfiniteDiscoveryApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const InfiniteDiscoveryApp = () => {
"tags",
"medium",
])
const [artworksLimit, setArtworksLimit] = React.useState(10)
const [artworksLimit, setArtworksLimit] = React.useState(5)

const onLike = artwork => {
setLikedArtworks([...likedArtworks, artwork])
Expand Down

0 comments on commit 51e2a20

Please sign in to comment.