From 819d4f83aea0ee3e1afa277c0d4931ad694d5686 Mon Sep 17 00:00:00 2001 From: Allan Cueff Date: Thu, 9 Jan 2025 13:20:44 +0100 Subject: [PATCH] fix broken link --- src/layouts/footer/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/footer/footer.tsx b/src/layouts/footer/footer.tsx index b68f497..72e1035 100644 --- a/src/layouts/footer/footer.tsx +++ b/src/layouts/footer/footer.tsx @@ -42,7 +42,7 @@ export const Footer: React.FC = () => {
{[ { 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) => )}