mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-24 15:09:51 +00:00
feature:
主要菜单加入图标
This commit is contained in:
@@ -13,7 +13,6 @@ const TagItem = ({ tag, selected }) => {
|
||||
: ' text-gray-600'}`}
|
||||
>
|
||||
<a>
|
||||
<i className='fa fa-tag mr-1'/>
|
||||
{`${tag.name} `} {tag.count ? `(${tag.count})` : ''}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user