hotfix sharing
This commit is contained in:
parent
e56ff28d04
commit
6d51f8e67b
|
@ -174,6 +174,7 @@ export const FullArticle = (props: ArticleProps) => {
|
|||
title={props.article.title}
|
||||
description={getDescription(props.article.body)}
|
||||
imageUrl={props.article.cover}
|
||||
shareUrl={location.href}
|
||||
containerCssClass={stylesHeader.control}
|
||||
trigger={<Icon name="share-outline" class={styles.icon} />}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user