rework impressum

This commit is contained in:
Thomas Ruoff
2022-04-03 23:21:07 +02:00
parent 5bc86796ca
commit 54037866da
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,12 @@ const OL = (props: any) => (
<ol className="pl-8 text-base list-decimal" {...props} />
)
const A = (props: any) => (
<a className="text-base underline hover:text-blue-700" {...props} />
)
const MdComponents = {
a: A,
h1: H1,
h2: H2,
h3: H3,