Merge pull request #623 from ykris45/patch-1

Change Tumblr link from http to https
This commit is contained in:
Shawn K 2018-10-09 23:07:36 -05:00 committed by GitHub
commit ea2ffc0a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ const AssetShareButtons = ({ host, name, shortId }) => {
<a
className='link--primary'
target='_blank'
href={`http://tumblr.com/widgets/share/tool?canonicalUrl=${host}/${shortId}/${name}`}
href={`https://tumblr.com/widgets/share/tool?canonicalUrl=${host}/${shortId}/${name}`}
>
tumblr
</a>