Skip to content

Commit

Permalink
Merge pull request #342 from dappforce/deploy/image
Browse files Browse the repository at this point in the history
Improve SEO
  • Loading branch information
teodorus-nathaniel authored Mar 11, 2024
2 parents cbcd525 + 1fb2759 commit 415be71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/lists/InfiniteList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const InnerInfiniteList = <T extends any>(props: InnerInfiniteListProps<T>) => {
onClick={() => handleInfiniteOnLoad(page)}
block
className='mb-2'
href={isServerSide() ? `?page=${page + 1}` : undefined}
style={{ opacity: isServerSide() ? 0 : 1 }}
>
Load more
Expand Down

0 comments on commit 415be71

Please sign in to comment.