add diaspora share link

This commit is contained in:
Rizda Dwi Prasetya 2018-10-04 15:51:01 +07:00
parent 2c82fb609a
commit 2a920cfa4f

View file

@ -39,6 +39,13 @@ const AssetShareButtons = ({ host, name, shortId }) => {
>
mastodon
</a>
<a
className='link--primary'
target='_blank'
href={`https://share.diasporafoundation.org/?title=${name}&url=${host}/${shortId}/${name}}
>
diaspora
</a>
</SocialShareLink>
);
};