Merge pull request #621 from lbryio/add-backtick

add backtick to diaspora share link
This commit is contained in:
Travis Eden 2018-10-08 10:55:40 -04:00 committed by GitHub
commit ac9cb8f8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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