Created the LegalArea.jsx

This commit is contained in:
Mathias Wagner 2023-06-09 03:14:02 +02:00
parent 08fdad4989
commit c9404be915

View File

@ -0,0 +1,8 @@
import "./styles.sass";
export const LegalArea = () => (
<div className="legal-area">
<a href="https://gnmyt.dev/privacy" target="_blank">Datenschutz</a>
<a href="https://gnmyt.dev/imprint" target="_blank">Impressum</a>
</div>
)