example 主题 公告

This commit is contained in:
tangly1024.com
2023-02-13 11:46:45 +08:00
parent 9cb95bb6a8
commit 4a3a392f02
3 changed files with 25 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ const TagItemMini = ({ tag, selected = false }) => {
<div className='font-light dark:text-gray-400'>{selected && <i className='mr-1 fas fa-tag'/>} {tag.name + (tag.count ? `(${tag.count})` : '')} </div>
</Link>
);
)
}
export default TagItemMini