diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx index a33daea..67c9c3f 100644 --- a/app/[locale]/about/page.tsx +++ b/app/[locale]/about/page.tsx @@ -206,6 +206,58 @@ export default async function AboutPage({ params }: AboutPageProps) {
++ {t("supportCuratorText")} +
++ {t.rich("supportReportBugText", { + email: (chunks) => ( + + {chunks} + + ), + })} +
+