diff --git a/apps/comments-ui/src/components/content/Avatar.js b/apps/comments-ui/src/components/content/Avatar.js index 84a1e4be2f..0fa4a13f33 100644 --- a/apps/comments-ui/src/components/content/Avatar.js +++ b/apps/comments-ui/src/components/content/Avatar.js @@ -11,8 +11,8 @@ export const BlankAvatar = () => { const dimensionClasses = getDimensionClasses(); return (
-
- +
+
); diff --git a/apps/comments-ui/src/components/content/CTABox.js b/apps/comments-ui/src/components/content/CTABox.js index 12b78f9560..8ab3ef6f6d 100644 --- a/apps/comments-ui/src/components/content/CTABox.js +++ b/apps/comments-ui/src/components/content/CTABox.js @@ -23,7 +23,7 @@ const CTABox = ({isFirst, isPaid}) => { }; return ( -
+

{titleText}

@@ -33,7 +33,7 @@ const CTABox = ({isFirst, isPaid}) => { - {!member && (

+ {!member && (

Already a member?

)} diff --git a/apps/comments-ui/src/components/content/Comment.js b/apps/comments-ui/src/components/content/Comment.js index 54990bd9a8..cc55fc00e3 100644 --- a/apps/comments-ui/src/components/content/Comment.js +++ b/apps/comments-ui/src/components/content/Comment.js @@ -105,7 +105,7 @@ function UnpublishedComment({comment, openEditMode}) {
-

{notPublishedMessage}

+

{notPublishedMessage}

@@ -237,7 +237,7 @@ function RepliesLine({hasReplies}) { return null; } - return (
); + return (
); } function CommentLayout({children, avatar, hasReplies}) { diff --git a/apps/comments-ui/src/components/content/Pagination.js b/apps/comments-ui/src/components/content/Pagination.js index f11062aa38..a07a3ab516 100644 --- a/apps/comments-ui/src/components/content/Pagination.js +++ b/apps/comments-ui/src/components/content/Pagination.js @@ -19,8 +19,8 @@ const Pagination = () => { } return ( - ); }; diff --git a/apps/comments-ui/src/components/content/RepliesPagination.js b/apps/comments-ui/src/components/content/RepliesPagination.js index 9f4637e9e5..dd74141487 100644 --- a/apps/comments-ui/src/components/content/RepliesPagination.js +++ b/apps/comments-ui/src/components/content/RepliesPagination.js @@ -4,7 +4,7 @@ const RepliesPagination = ({loadMore, count}) => { return (
);