mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 10:48:12 +00:00
Merge pull request #4154 from slatham/master
Fixed broken privacy policy link
This commit is contained in:
commit
ea0b72fe00
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user