next 13, remove unused, update incorrect/outdated

This commit is contained in:
2023-09-20 00:25:34 -04:00
parent a1fb018bdb
commit 2bc72ce3e9
28 changed files with 8581 additions and 13741 deletions
+2 -4
View File
@@ -27,13 +27,11 @@ function RecentPosts({ postsMeta }: { postsMeta: IPostMeta[] }) {
{
postsMeta.length > 10 &&
<div className={style.more}>
<Link href='/posts'>
<a className='h5'>More...</a>
</Link>
<Link href='/posts' className='h5'>More...</Link>
</div>
}
</div>
);
}
export default RecentPosts;
export default RecentPosts;