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