Merge pull request #4154 from slatham/master

Fixed broken privacy policy link
This commit is contained in:
Jim LAURIE 2019-10-01 15:46:15 +02:00 committed by GitHub
commit ea0b72fe00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ const Input = ({
{content => (
<span
style={{ color: '#0097f7', cursor: 'pointer' }}
onClick={e => handleClick(e, 'policy')}
onClick={e => handleClick(e, 'privacy')}
>
{content}
</span>