Remove pwopose link in index

This commit is contained in:
2026-04-28 12:41:35 +04:00
parent 85242a056e
commit cc800ce1e2
-11
View File
@@ -32,17 +32,6 @@ export default function Akey({logo}) {
Paroles et traductions Paroles et traductions
</Typography> </Typography>
</Container> </Container>
<Container sx={{marginTop: 2}}>
<Grid container sx={{justifyContent: 'center'}} spacing={2}>
<Grid textalign='center'>
<Link passHref href='/pwopose'>
<Button color='primary' variant='outlined'>
<strong>Proposer des paroles</strong>
</Button>
</Link>
</Grid>
</Grid>
</Container>
</Box> </Box>
) )
} }