From 72f8b99092167afbc9d6ae6363c8db34bc77c5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Tue, 2 Dec 2025 14:50:02 +0100 Subject: [PATCH] Adjust costs section donation note and bump version to v0.1.4.11 --- app/[locale]/about/page.tsx | 30 +++++++++++++++--------------- messages/de.json | 2 +- messages/en.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx index 9e33e68..c39714c 100644 --- a/app/[locale]/about/page.tsx +++ b/app/[locale]/about/page.tsx @@ -70,20 +70,6 @@ export default async function AboutPage({ params }: AboutPageProps) { {t("costsTitle")}

{t("costsIntro")}

-

- {t.rich("costsDonationNote", { - link: (chunks) => ( - - {chunks} - - ), - })} -