Privacy site now looks the same as other sites (fix #87) #89

Merged
cami merged 1 commit from design/privacy into main 2021-06-29 23:38:15 +00:00

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 />
</>
);