From b06b72983f1e00d7d39437460890b4e6b1c54196 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 2 Jan 2022 10:34:06 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=20LatestPosts=20truncate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LatestPostsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LatestPostsGroup.js b/components/LatestPostsGroup.js index 3b7d5b31..ffa832ab 100644 --- a/components/LatestPostsGroup.js +++ b/components/LatestPostsGroup.js @@ -36,7 +36,7 @@ const LatestPostsGroup = ({ posts, sliceCount = 5 }) => {
- {post.title} +
{post.title}