fix broken link

This commit is contained in:
Allan Cueff
2025-01-09 13:20:44 +01:00
committed by GitHub
parent f9627ae2d9
commit 819d4f83ae

View File

@@ -42,7 +42,7 @@ export const Footer: React.FC = () => {
<div className={'footer-links'}>
{[
{ text: 'Instagram', link: 'https://www.instagram.com/modelec_isen', target: '_blank' },
{ text: 'Youtube', link: 'https://youtube.com/@modelec2165', target: '_blank' },
{ text: 'Youtube', link: 'https://www.youtube.com/@Modelec-ISEN', target: '_blank' },
{ text: 'Github', link: 'https://www.github.com/modelec', target: '_blank' },
{ text: 'Mail', link: 'mailto:contact@modelec.club', target: '_blank' },
].map((link) => <FooterLink key={link.text} {...link} />)}