complete privacy and impressum

This commit is contained in:
Thomas Ruoff
2020-12-10 23:55:08 +01:00
parent 182755113e
commit a41f502c6d
4 changed files with 106 additions and 30 deletions

View File

@@ -29,9 +29,17 @@ export default function Header({ label }: { label?: string }) {
Admin
</div>
)}
<h2 className="mr-3 flex-grow">
<span className="font-extrabold">{label}</span>
</h2>
<>
<h2 className="mr-1">
<Link href="/">
<a className="font-extrabold">Home</a>
</Link>
</h2>
{'>'}
<h2 className="mx-1 flex-grow">
<span className="font-extrabold">{label}</span>
</h2>
</>
</div>
)}
</div>