mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 23:16:49 +00:00
feature:
主要菜单加入图标
This commit is contained in:
@@ -6,7 +6,7 @@ const CategoryList = ({ currentCategory, categories }) => {
|
||||
return <></>
|
||||
}
|
||||
return <ul className='flex py-1 space-x-3'>
|
||||
<li className='w-10 py-2 dark:text-gray-200'>分类:</li>
|
||||
<li className='w-16 py-2 dark:text-gray-200'><i className='fa fa-th-list mr-2'/>分类:</li>
|
||||
{Object.keys(categories).map(category => {
|
||||
const selected = category === currentCategory
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user