Skip to content

Commit 4aa4a16

Browse files
committed
fix(user): pagination offset
#186
1 parent ef09ac3 commit 4aa4a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/repo-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const RepoList = ({ username }: Props) => {
6060
/>
6161
)}
6262
</div>
63-
<div className="repo-list__pagination mt-6">
63+
<div className="repo-list__pagination my-6">
6464
{totalCount > PAGE_SIZE && pageInfo && (
6565
<SimplePagination
6666
onPrev={() => {

0 commit comments

Comments
 (0)