diff --git a/src/components/about/About.tsx b/src/components/about/About.tsx index 7890c3ed..5c5689ed 100644 --- a/src/components/about/About.tsx +++ b/src/components/about/About.tsx @@ -12,7 +12,7 @@ export const About = () => { { }}> {t("text")} - {t("redirect")} + {t("redirect")} diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index c0762ab4..b771543f 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -13,7 +13,7 @@ type PBLinkProps = { children: React.ReactNode } -export const PBLink = (props: LinkProps & PBLinkProps) => {props.children} +export const PBLink = (props: LinkProps & PBLinkProps) => {props.children} const Version = () => { @@ -28,11 +28,11 @@ const Version = () => { return ( {t("version")} - + {appVersion} - + {lastCommitHash} @@ -42,7 +42,7 @@ const Version = () => { const Links = () => { const {t} = useTranslation("footer") - const teachersSiteUrl = new URL(`/docentes`, siteUrl).toString() + const teachersSiteUrl = 'https://pilasbloques.program.ar/docentes/' return ( diff --git a/src/components/users/register/Register.tsx b/src/components/users/register/Register.tsx index 047785b7..733d24d8 100644 --- a/src/components/users/register/Register.tsx +++ b/src/components/users/register/Register.tsx @@ -149,7 +149,7 @@ export const Register: FC = () => { {t("whyData.privacy")} {t("whyData.dataProtectionLaw")}  - {t("linkTerms")} + {t("linkTerms")} {t("whyData.parentalContact")}    {t("whyData.whyContact")} @@ -157,7 +157,7 @@ export const Register: FC = () => { {t('terms')}{t("linkTerms")}} + label={{t('terms')}{t("linkTerms")}} control={ setTermAndConditions(!termsAndConditions)} required />