add backtick to diaspora share link
This commit is contained in:
parent
12ca5b27e6
commit
877d066915
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const AssetShareButtons = ({ host, name, shortId }) => {
|
||||||
<a
|
<a
|
||||||
className='link--primary'
|
className='link--primary'
|
||||||
target='_blank'
|
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
|
diaspora
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue