From e60daa511bff1313213695c67478fbc0e71ce397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Tue, 2 Dec 2025 14:42:46 +0100 Subject: [PATCH] Add donation note for political beauty and bump version to v0.1.4.10 --- app/[locale]/about/page.tsx | 14 ++++++++++++++ messages/de.json | 3 ++- messages/en.json | 1 + package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx index 67c9c3f..9e33e68 100644 --- a/app/[locale]/about/page.tsx +++ b/app/[locale]/about/page.tsx @@ -70,6 +70,20 @@ export default async function AboutPage({ params }: AboutPageProps) { {t("costsTitle")}

{t("costsIntro")}

+

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