Linking privacy policy in the footer
This commit is contained in:
parent
821c2eb7fe
commit
54a45ea3be
@ -30,6 +30,15 @@ exports[`Footer rendering 1`] = `
|
||||
</a>
|
||||
</Trans>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="/privacy.html"
|
||||
>
|
||||
<Trans>
|
||||
Privacy Policy
|
||||
</Trans>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
`;
|
||||
|
@ -18,6 +18,9 @@ const Footer = () => (
|
||||
</a>
|
||||
</Trans>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/privacy.html"><Trans>Privacy Policy</Trans></a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
);
|
||||
|
@ -7,6 +7,7 @@ Download SVG: Download SVG
|
||||
Enter regular expression to display: Enter regular expression to display
|
||||
Generated images licensed: 'Generated images licensed: <1><0></0></1>'
|
||||
Permalink: Permalink
|
||||
Privacy Policy: Privacy Policy
|
||||
Privacy Policy Content: >
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user