diff --git a/components/RewardButton.js b/components/RewardButton.js
index 8e92c1b8..1b436dff 100644
--- a/components/RewardButton.js
+++ b/components/RewardButton.js
@@ -24,8 +24,8 @@ const RewardButton = () => {
)
diff --git a/pages/article/[slug].js b/pages/article/[slug].js
index db9ecfef..5e2fa52f 100644
--- a/pages/article/[slug].js
+++ b/pages/article/[slug].js
@@ -52,7 +52,8 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories })
{post.type && !post.type.includes('Page') && (<>
{/* 封面图 */}
{post.page_cover && post.page_cover.length > 1 && (
-
)}
>)}