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} + + ), + })} +