mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
👌文章列表分页按钮调整
This commit is contained in:
@@ -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={
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user