mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +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 => (
|
{content => (
|
||||||
<span
|
<span
|
||||||
style={{ color: '#0097f7', cursor: 'pointer' }}
|
style={{ color: '#0097f7', cursor: 'pointer' }}
|
||||||
onClick={e => handleClick(e, 'policy')}
|
onClick={e => handleClick(e, 'privacy')}
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user