👌文章列表分页按钮调整

This commit is contained in:
tangly1024
2021-10-07 17:41:44 +08:00
parent 17e65fdffc
commit 15a6a2cb51
2 changed files with 11 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ const Pagination = ({ page, showNext }) => {
const router = useRouter()
const currentPage = +page
return (
<div className=' my-10 flex justify-between font-medium text-black dark:text-gray-100 mx-5'>
<div className=' my-10 flex justify-between font-medium text-black dark:text-gray-100'>
<Link
href={
{