Linking privacy policy in the footer
This commit is contained in:
parent
821c2eb7fe
commit
54a45ea3be
@ -30,6 +30,15 @@ exports[`Footer rendering 1`] = `
|
|||||||
</a>
|
</a>
|
||||||
</Trans>
|
</Trans>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="/privacy.html"
|
||||||
|
>
|
||||||
|
<Trans>
|
||||||
|
Privacy Policy
|
||||||
|
</Trans>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
`;
|
`;
|
||||||
|
@ -18,6 +18,9 @@ const Footer = () => (
|
|||||||
</a>
|
</a>
|
||||||
</Trans>
|
</Trans>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/privacy.html"><Trans>Privacy Policy</Trans></a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
@ -7,6 +7,7 @@ Download SVG: Download SVG
|
|||||||
Enter regular expression to display: Enter regular expression to display
|
Enter regular expression to display: Enter regular expression to display
|
||||||
Generated images licensed: 'Generated images licensed: <1><0></0></1>'
|
Generated images licensed: 'Generated images licensed: <1><0></0></1>'
|
||||||
Permalink: Permalink
|
Permalink: Permalink
|
||||||
|
Privacy Policy: Privacy Policy
|
||||||
Privacy Policy Content: >
|
Privacy Policy Content: >
|
||||||
<0>Regexper and the tools used to create it are all open source. If you are
|
<0>Regexper and the tools used to create it are all open source. If you are
|
||||||
concerned that the JavaScript being delivered is in any way malicious, please
|
concerned that the JavaScript being delivered is in any way malicious, please
|
||||||
|
Loading…
Reference in New Issue
Block a user