diff --git a/src/components/Article/FullArticle.tsx b/src/components/Article/FullArticle.tsx index 427cc0b0..e53c1707 100644 --- a/src/components/Article/FullArticle.tsx +++ b/src/components/Article/FullArticle.tsx @@ -354,7 +354,7 @@ export const FullArticle = (props: Props) => { {(a: Maybe, index: () => number) => ( <> 0}>, - {a && getAuthorName(a)} + {a && getAuthorName(a)} )} diff --git a/src/components/Author/AuthorBadge/AuthorBadge.tsx b/src/components/Author/AuthorBadge/AuthorBadge.tsx index 51ffcf82..8531f3f5 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.tsx +++ b/src/components/Author/AuthorBadge/AuthorBadge.tsx @@ -95,7 +95,7 @@ export const AuthorBadge = (props: Props) => { ( - + {children} )} diff --git a/src/components/Author/AuthorCard/AuthorCard.tsx b/src/components/Author/AuthorCard/AuthorCard.tsx index fe444e13..8c11f7b8 100644 --- a/src/components/Author/AuthorCard/AuthorCard.tsx +++ b/src/components/Author/AuthorCard/AuthorCard.tsx @@ -262,7 +262,7 @@ export const AuthorCard = (props: Props) => { description={props.author.bio || ''} imageUrl={props.author.pic || ''} shareUrl={getShareUrl({ - pathname: `/author/${props.author.slug}` + pathname: `/@${props.author.slug}` })} trigger={