diff --git a/src/components/Article/Comment.tsx b/src/components/Article/Comment.tsx index 21942340..28f91655 100644 --- a/src/components/Article/Comment.tsx +++ b/src/components/Article/Comment.tsx @@ -105,7 +105,6 @@ export const Comment = (props: Props) => { { )} -
+ +
+
@@ -244,7 +246,7 @@ export const FullArticle = (props: ArticleProps) => { {(a) => (
- +
)}
diff --git a/src/components/Author/Card.tsx b/src/components/Author/Card.tsx index 07dafe5e..a8e8ab51 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) => {
- +
+ +
+
+ + {(follower: Author) => ( +
+ +
+ )} +
+
+
+
diff --git a/src/components/Views/Feed.tsx b/src/components/Views/Feed.tsx index 2cd936ff..637b89dd 100644 --- a/src/components/Views/Feed.tsx +++ b/src/components/Views/Feed.tsx @@ -123,7 +123,7 @@ export const FeedView = () => { {(author) => (
  • - +
  • )}
    @@ -154,7 +154,7 @@ export const FeedView = () => {