diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 82a1b5ff..5d4eb7c8 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -39,7 +39,7 @@ const BlogPostCard = ({ post, showSummary }) => { - {(!showPreview || showSummary) &&

+ {(!showPreview || showSummary) &&

{post.summary}

} @@ -57,7 +57,7 @@ const BlogPostCard = ({ post, showSummary }) => { /> } -
+
{locale.COMMON.ARTICLE_DETAIL} diff --git a/components/MenuButtonGroup.js b/components/MenuButtonGroup.js index 2ef9b09a..50d4d817 100644 --- a/components/MenuButtonGroup.js +++ b/components/MenuButtonGroup.js @@ -25,7 +25,7 @@ const MenuButtonGroup = ({ allowCollapse = false, postCount }) => { return -
+
{link.name}