Merge pull request 'Privacy site now looks the same as other sites (fix #87)' (#89) from design/privacy into main
Reviewed-on: #89
This commit is contained in:
commit
1de6862c2f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ import Footer from "../../Footer";
|
||||||
export default function Privacy() {
|
export default function Privacy() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1>Privacy</h1>
|
<div className="sitePage">
|
||||||
|
<h1>Datenschutz</h1>
|
||||||
|
</div>
|
||||||
|
"
|
||||||
<Footer />
|
<Footer />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue