衬线和无衬线字体配置

This commit is contained in:
tangly1024.com
2023-02-09 10:07:18 +08:00
parent 5449b9afb4
commit b59f369f41
6 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ const ExampleRecentComments = (props) => {
<div className='dark:text-gray-400 text-gray-400 font-sans text-sm text-right cursor-pointer hover:text-red-500 hover:underline pt-1'><Link href={{ pathname: comment.url, hash: comment.objectId, query: { target: 'comment' } }}>--{comment.nick}</Link></div>
</div>)}
</>;
</>
}
export default ExampleRecentComments