mirror of
https://github.com/modelec/modelec.club.git
synced 2026-03-18 21:30:45 +01:00
fix broken link
This commit is contained in:
@@ -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} />)}
|
||||
|
||||
Reference in New Issue
Block a user