remove fax
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 6s

This commit is contained in:
2024-09-25 17:48:40 +02:00
parent 0f0751d4f8
commit 8946944eb1
2 changed files with 1 additions and 12 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"
)
)
)