change link http to https

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-10-10 00:09:22 +07:00 committed by GitHub
parent ac9cb8f8ef
commit 1da0521aea
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>