mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
分页适配example主题
This commit is contained in:
@@ -5,7 +5,6 @@ export const LayoutCategoryIndex = (props) => {
|
||||
const { categories } = props
|
||||
|
||||
return <LayoutBase {...props}>
|
||||
<div >
|
||||
<div id='category-list' className='duration-200 flex flex-wrap'>
|
||||
{categories && categories.map(category => {
|
||||
return <Link key={category.name} href={`/category/${category.name}`} passHref>
|
||||
@@ -16,6 +15,5 @@ export const LayoutCategoryIndex = (props) => {
|
||||
</Link>
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</LayoutBase>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user