diff --git a/TODO b/TODO index c0e710a..a0902d1 100644 --- a/TODO +++ b/TODO @@ -12,9 +12,7 @@ DESIGN CHANGES ---------------------------------------------------------------- LOGIC //TODO error handling - check everything, wrap in try/catch or use library to handle, log errors -//TODO consider offering GraphQL support MISC ---------------------------------------------------------------- -//TODO multi-language i18n support - https://nextjs.org/docs/app/building-your-application/routing/internationalization //TODO move smaller ui components into a new folder, and make them reusable - such as using generic prop names diff --git a/app/[lang]/qui-sommes-nous/page.tsx b/app/[lang]/qui-sommes-nous/page.tsx index 7d66e8f..e83f475 100644 --- a/app/[lang]/qui-sommes-nous/page.tsx +++ b/app/[lang]/qui-sommes-nous/page.tsx @@ -37,9 +37,6 @@ export default function About() { > {t("thanksTitle")} -
- {t("thanksTitle")} -