mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
rework impressum
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user