Merge pull request #621 from lbryio/add-backtick
add backtick to diaspora share link
This commit is contained in:
commit
ac9cb8f8ef
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue