{t("common:api.title")}
+
+
diff --git a/app/components/layout/Footer.tsx b/app/components/layout/Footer.tsx index 972bcb0a8..8f75484e5 100644 --- a/app/components/layout/Footer.tsx +++ b/app/components/layout/Footer.tsx @@ -2,6 +2,7 @@ import { Link } from "@remix-run/react"; import { useTranslation } from "react-i18next"; import { usePatrons } from "~/hooks/swr"; import { + API_PAGE, CONTRIBUTIONS_PAGE, FAQ_PAGE, NINTENDO_COMMUNITY_TOURNAMENTS_GUIDELINES_URL, @@ -28,6 +29,7 @@ export function Footer() { {t("pages.privacy")} {t("pages.contributors")} {t("pages.faq")} + {t("pages.api")}