some small fix about img font

This commit is contained in:
tangly1024.com
2023-11-21 12:52:27 +08:00
parent 8d7b1e2010
commit 67d3e166ba
3 changed files with 18 additions and 9 deletions

View File

@@ -61,8 +61,7 @@ const BlogCard = ({ index, post, showSummary, siteInfo }) => {
</Link>}
<div className="md:flex-nowrap flex-wrap md:justify-start inline-block">
<div>
{post.tagItems.map((tag) => (
{post.tagItems?.map((tag) => (
<TagItemMini key={tag.name} tag={tag} />
))}
</div>