change link http to https
This commit is contained in:
parent
ac9cb8f8ef
commit
1da0521aea
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue