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

This commit is contained in:
cami 2021-06-30 01:37:47 +02:00
parent 93c098dd8e
commit b7197fd6f7

View file

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