add backtick to diaspora share link #621

Merged
daovist merged 1 commit from add-backtick into master 2018-10-08 16:55:41 +02:00
Showing only changes of commit 877d066915 - Show all commits

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>