style: login and config working

This commit is contained in:
Aron Malcher 2024-01-16 20:22:23 +01:00
parent a657906f4f
commit 55b81fac91
Signed by: aronmal
GPG key ID: 816B7707426FC612
28 changed files with 2322 additions and 3469 deletions

View file

@ -1,9 +1,10 @@
import Layout from "~/components/Layout";
import "../styles/pages/imprint.scss";
function imprint() {
return (
<>
<section class="imprint">
<Layout site="imprint">
<section>
<h1>Imprint</h1>
<section>
<a href="/contact">
@ -54,7 +55,7 @@ function imprint() {
</h5>
</section>
</section>
</>
</Layout>
);
}