mirror of
https://github.com/modelec/modelec.club.git
synced 2026-01-18 16:37:30 +01:00
Fix youtube
This commit is contained in:
712
package-lock.json
generated
712
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -28,8 +28,10 @@ export const Footer: React.FC = () => {
|
|||||||
{[
|
{[
|
||||||
{ text: 'Accueil', link: '/' },
|
{ text: 'Accueil', link: '/' },
|
||||||
{ text: 'Projets', link: '/projets/' },
|
{ text: 'Projets', link: '/projets/' },
|
||||||
|
/*
|
||||||
{ text: 'Matériels', link: '/materiels/' },
|
{ text: 'Matériels', link: '/materiels/' },
|
||||||
{ text: 'Photos', link: '/photos/' },
|
{ text: 'Photos', link: '/photos/' },
|
||||||
|
*/
|
||||||
{ text: 'Partenaires', link: '/partenaires/' },
|
{ text: 'Partenaires', link: '/partenaires/' },
|
||||||
{ text: 'Nous contacter', link: '/contact/' },
|
{ text: 'Nous contacter', link: '/contact/' },
|
||||||
].map((link) => <FooterLink key={link.text} {...link} />)}
|
].map((link) => <FooterLink key={link.text} {...link} />)}
|
||||||
@@ -40,7 +42,7 @@ export const Footer: React.FC = () => {
|
|||||||
<div className={'footer-links'}>
|
<div className={'footer-links'}>
|
||||||
{[
|
{[
|
||||||
{ text: 'Instagram', link: 'https://www.instagram.com/modelec_isen', target: '_blank' },
|
{ text: 'Instagram', link: 'https://www.instagram.com/modelec_isen', target: '_blank' },
|
||||||
{ text: 'Youtube', link: 'https://youtube.com/modelec', target: '_blank' },
|
{ text: 'Youtube', link: 'https://youtube.com/@modelec2165', target: '_blank' },
|
||||||
{ text: 'Github', link: 'https://www.github.com/modelec', target: '_blank' },
|
{ text: 'Github', link: 'https://www.github.com/modelec', target: '_blank' },
|
||||||
{ text: 'Mail', link: 'mailto:contact@modelec.club', target: '_blank' },
|
{ text: 'Mail', link: 'mailto:contact@modelec.club', target: '_blank' },
|
||||||
].map((link) => <FooterLink key={link.text} {...link} />)}
|
].map((link) => <FooterLink key={link.text} {...link} />)}
|
||||||
|
|||||||
@@ -35,8 +35,10 @@ export const Navbar = () => {
|
|||||||
const links = [
|
const links = [
|
||||||
{ text: 'Accueil', link: '/' },
|
{ text: 'Accueil', link: '/' },
|
||||||
{ text: 'Projets', link: '/projets/' },
|
{ text: 'Projets', link: '/projets/' },
|
||||||
|
/*
|
||||||
{ text: 'Matériels', link: '/materiels/' },
|
{ text: 'Matériels', link: '/materiels/' },
|
||||||
{ text: 'Photos', link: '/photos/' },
|
{ text: 'Photos', link: '/photos/' },
|
||||||
|
*/
|
||||||
{ text: 'Partenaires', link: '/partenaires/' },
|
{ text: 'Partenaires', link: '/partenaires/' },
|
||||||
{ text: 'Nous contacter', link: '/contact/' },
|
{ text: 'Nous contacter', link: '/contact/' },
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const Contact: React.FC = () => {
|
|||||||
<SocialNetworkList
|
<SocialNetworkList
|
||||||
networks={[
|
networks={[
|
||||||
{ Icon: Instagram, name: 'modelec_isen', link: 'https://www.instagram.com/modelec_isen' },
|
{ Icon: Instagram, name: 'modelec_isen', link: 'https://www.instagram.com/modelec_isen' },
|
||||||
{ Icon: Youtube, name: 'modelec', link: 'https://youtube.com/modelec' },
|
{ Icon: Youtube, name: 'modelec', link: 'https://youtube.com/@modelec2165' },
|
||||||
{ Icon: Github, name: 'modelec', link: 'https://www.github.com/modelec' },
|
{ Icon: Github, name: 'modelec', link: 'https://www.github.com/modelec' },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user