This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-07 23:59:06 +04:00
parent f09e81f7c9
commit 81844a306a
+1 -1
View File
@@ -23,7 +23,7 @@ export default function Home() {
</Container> </Container>
<Container align='center'> <Container align='center'>
<Typography gutterBottom variant='body' component='h4'> <Typography gutterBottom variant='body' component='h4'>
Rejoignez-nous ! Nos réseaux !
</Typography> </Typography>
{rezoNou.map(({tit, soutit, ko, lyen}) => <KatRezoNou key={tit} tit={tit} soutit={soutit} ko={ko} lyen={lyen} />)} {rezoNou.map(({tit, soutit, ko, lyen}) => <KatRezoNou key={tit} tit={tit} soutit={soutit} ko={ko} lyen={lyen} />)}
</Container> </Container>