mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 07:26:48 +00:00
衬线和无衬线字体配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user