add diaspora share link
This commit is contained in:
parent
2c82fb609a
commit
2a920cfa4f
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ const AssetShareButtons = ({ host, name, shortId }) => {
|
||||||
>
|
>
|
||||||
mastodon
|
mastodon
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
className='link--primary'
|
||||||
|
target='_blank'
|
||||||
|
href={`https://share.diasporafoundation.org/?title=${name}&url=${host}/${shortId}/${name}}
|
||||||
|
>
|
||||||
|
diaspora
|
||||||
|
</a>
|
||||||
</SocialShareLink>
|
</SocialShareLink>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue