Add Share to Mastodon button
This commit is contained in:
parent
02b82240dd
commit
f2c59e7108
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@ const AssetShareButtons = ({ host, name, shortId }) => {
|
||||||
>
|
>
|
||||||
reddit
|
reddit
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
className='link--primary'
|
||||||
|
target='_blank'
|
||||||
|
href={`https://sharetomastodon.github.io/?title=${name}&url=${host}/${shortId}/${name}`}
|
||||||
|
>
|
||||||
|
mastodon
|
||||||
|
</a>
|
||||||
</SpaceBetween>
|
</SpaceBetween>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue