Skip to content

Commit

Permalink
Merge pull request #103 from premieroctet/fix/pagination
Browse files Browse the repository at this point in the history
Fix ui pagination
  • Loading branch information
quentingrchr authored Dec 6, 2023
2 parents aaffdda + ecba5ae commit 5b70008
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/pages/DigestEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ export const DigestEditPage = ({
</div>

<SectionContainer title="Bookmarks" className="relative">
<Pagination
totalItems={linksCount}
itemsPerPage={perPage}
className="absolute top-5 right-5"
/>
<SearchInput className="mb-4" />
<div className="flex flex-col gap-2">
{teamLinks && teamLinks.length > 0 ? (
Expand Down

1 comment on commit 5b70008

@vercel
Copy link

@vercel vercel bot commented on 5b70008 Dec 6, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

digestclub – ./

digestclub-premieroctet.vercel.app
digestclub-git-main-premieroctet.vercel.app
digestclub.vercel.app

Please sign in to comment.