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:
cami 2021-06-29 23:38:14 +00:00
commit 1de6862c2f

View file

@ -5,7 +5,10 @@ import Footer from "../../Footer";
export default function Privacy() {
return (
<>
<h1>Privacy</h1>
<div className="sitePage">
<h1>Datenschutz</h1>
</div>
"
<Footer />
</>
);