Fixed link on authors userpic

This commit is contained in:
kvakazyambra 2023-09-28 00:51:06 +03:00
parent d1e9276b23
commit f44d5ed3a2

View File

@ -152,6 +152,7 @@ export const AuthorCard = (props: Props) => {
isBig={props.isAuthorPage}
isAuthorsList={props.isAuthorsList}
isFeedMode={props.isFeedMode}
slug={props.author.slug}
class={styles.circlewrap}
/>
}
@ -164,6 +165,7 @@ export const AuthorCard = (props: Props) => {
isBig={props.isAuthorPage}
isAuthorsList={props.isAuthorsList}
isFeedMode={props.isFeedMode}
slug={props.author.slug}
class={styles.circlewrap}
/>
</div>