hotfix sharing

This commit is contained in:
ilya-bkv 2023-01-30 14:52:43 +03:00
parent e56ff28d04
commit 6d51f8e67b

View File

@ -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} />}
/>