Created the LegalArea.jsx
This commit is contained in:
parent
08fdad4989
commit
c9404be915
8
webui/src/common/components/LegalArea/LegalArea.jsx
Normal file
8
webui/src/common/components/LegalArea/LegalArea.jsx
Normal 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>
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user