Fix desc text

This commit is contained in:
Sat Naing
2022-09-17 00:43:00 +06:30
parent 0309f9fa5e
commit 93bbfae8ae
+1 -1
View File
@@ -14,7 +14,7 @@ const sortedPosts = getSortedPosts(posts);
<Layout title={`Posts | ${import.meta.env.PUBLIC_SITE_TITLE}`}>
<Header activeNav="posts" />
<Main pageTitle="Posts" pageDesc="All the tags used in posts.">
<Main pageTitle="Posts" pageDesc="All the articles I've posted.">
<ul>
{
sortedPosts.map(({ frontmatter }) => {