Merge branch 'main' into dev
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 1m21s

This commit is contained in:
2024-10-03 11:09:11 +02:00
64 changed files with 293 additions and 202 deletions

View File

@ -51,11 +51,7 @@ const KontaktPreview = ({ widgetsFor, entry }) => {
"li",
{ className: "list-group-item" },
h("p", { className: "card-title mb-0" }, person.data.name),
h(
"p",
{ className: "text-muted mb-0" },
person.data.position
),
h("p", { className: "text-muted mb-0" }, person.data.position),
h(
"p",
{ className: "card-text" },
@ -74,12 +70,6 @@ const KontaktPreview = ({ widgetsFor, entry }) => {
{ className: "card-text" },
h("i", { className: "mdi mdi-phone-outline me-2" }),
"Telefon: +49-0345/6903156"
),
h(
"p",
{ className: "card-text" },
h("i", { className: "mdi mdi-fax me-2" }),
"Fax: +49-0345/6903157"
)
)
)