next 最新评论

This commit is contained in:
tlyong1992
2022-06-01 13:29:04 +08:00
parent 1724ff1b34
commit 96a13170fd

View File

@@ -85,12 +85,6 @@ const SideAreaRight = (props) => {
<i className="mr-2 fas fa-tag" />
{locale.COMMON.RECENT_COMMENTS}
</div>
<Link href={'/tag'} passHref>
<a className="text-gray-400 hover:text-black dark:hover:text-white hover:underline cursor-pointer">
{locale.COMMON.MORE}{' '}
<i className='fas fa-angle-double-right' />
</a>
</Link>
</div>
<div className="px-2 pt-2">
<NextRecentComments/>