Skip to content

Commit

Permalink
💄 Add left/right padding and remove page number items
Browse files Browse the repository at this point in the history
S3 won't support going to a page number

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Dec 15, 2024
1 parent 7c5c378 commit bed953f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Page() {
}
};
return (
<Box>
<Box paddingLeft={"2.5vw"} paddingRight={"2.5vw"}>
<Header
user={user.current}
onLogin={({
Expand Down Expand Up @@ -488,7 +488,6 @@ export default function Page() {
loadFileList(token).then(() => setPage(e.page))
}} pageSize={15}>
<PaginationPrevTrigger />
<PaginationItems />
<PaginationNextTrigger />
</PaginationRoot>
</Center>
Expand Down

0 comments on commit bed953f

Please sign in to comment.