Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit c7de98b

Browse files
committed
Add link to data protection page
1 parent b896948 commit c7de98b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ const Footer = props => (
2020
<li>
2121
<a href="https://www.iteratec.de/impressum/">Imprint</a>
2222
</li>
23+
<li>
24+
<a href="https://www.iteratec.com/data-protection/">
25+
Data Protection
26+
</a>
27+
</li>
2328
<li className="copyright">
2429
© {new Date().getFullYear()}{' '}
2530
{props.data.site.siteMetadata.company}

0 commit comments

Comments
 (0)