We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b896948 commit c7de98bCopy full SHA for c7de98b
1 file changed
src/components/Footer.js
@@ -20,6 +20,11 @@ const Footer = props => (
20
<li>
21
<a href="https://www.iteratec.de/impressum/">Imprint</a>
22
</li>
23
+ <li>
24
+ <a href="https://www.iteratec.com/data-protection/">
25
+ Data Protection
26
+ </a>
27
+ </li>
28
<li className="copyright">
29
© {new Date().getFullYear()}{' '}
30
{props.data.site.siteMetadata.company}
0 commit comments