Skip to content

Commit

Permalink
Merge branch 'main' into mailerlite-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier authored Dec 18, 2024
2 parents 4187975 + 5eed9bc commit 03a46c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/lang/es/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"haveIBeenPwned": "Internxt Monitor"
},
"language": "Idioma"
}
},
"financialProject": "Proyecto financiado por el CDTI y financiado por los fondos FEDER de la UE. Internxt Mail e Internxt Meet: Servicio de correo seguro Internxt Mail y servicio de videollamadas seguras Internxt Meet, mediante el uso de encriptación post-cuántica e inteligencia artificial."
},
"Cookies": {
"title": "Internxt usa cookies para mejorar la experiencia de navegación",
Expand Down
1 change: 1 addition & 0 deletions src/assets/types/layout/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface FooterSection {
comingSoon: string;
new: string;
sections: Sections;
financialProject: string;
}

export interface Copyright {
Expand Down
5 changes: 5 additions & 0 deletions src/components/layout/footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,11 @@ export default function Footer({
</div>
</div>
</footer>
{lang === 'es' && (
<p className="text- max-w-[896px] pb-5 pt-10 text-center text-xs text-cool-gray-60">
{textContent.FooterSection.financialProject}
</p>
)}
</div>
</section>
);
Expand Down

0 comments on commit 03a46c3

Please sign in to comment.