diff --git a/src/components/Article/Comment.tsx b/src/components/Article/Comment.tsx index 63ef6f9e..268710c9 100644 --- a/src/components/Article/Comment.tsx +++ b/src/components/Article/Comment.tsx @@ -101,7 +101,6 @@ export const Comment = (props: Props) => { { )} -
+ +
+
@@ -254,7 +256,7 @@ export const FullArticle = (props: ArticleProps) => { {(a) => (
- +
)}
diff --git a/src/components/Author/Card.tsx b/src/components/Author/Card.tsx index 929942f6..9e8bdddb 100644 --- a/src/components/Author/Card.tsx +++ b/src/components/Author/Card.tsx @@ -16,7 +16,7 @@ import { useLocalize } from '../../context/localize' interface AuthorCardProps { caption?: string - compact?: boolean + hideWriteButton?: boolean hideDescription?: boolean hideFollow?: boolean hasLink?: boolean @@ -166,7 +166,7 @@ export const AuthorCard = (props: AuthorCardProps) => {
- +