From 671c428e206e810cfa9caba71a114a89e1c4885c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 3 May 2023 14:28:04 +0800 Subject: [PATCH] =?UTF-8?q?sharebar-=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ShareBar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/ShareBar.js b/components/ShareBar.js index 347dc16e..b55c4dc9 100644 --- a/components/ShareBar.js +++ b/components/ShareBar.js @@ -12,7 +12,8 @@ const ShareBar = ({ post }) => { const shareUrl = BLOG.LINK + router.asPath - return
+ return
+
{ ' ' + post.summary } /> +
} export default ShareBar