Change navigasyon menu order and remplace text by icons

This commit is contained in:
2023-06-25 15:47:29 +04:00
parent 173a27e08b
commit 6a024249d3
7 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ export default function Soutyen({paymentStatus}) {
<HeadLayout
title='Soutenir Organisation KA Internationale !'
summary='Vous pouvez nous soutenir via Liberapay, PayPal ou directement par CB sur le site.'
tab={4}
tab={1}
slug='soutyen'
imageUrl='/uploads/soutyen_8246fb700e.png'
imageWidth={500}
@@ -129,7 +129,6 @@ export default function Soutyen({paymentStatus}) {
<Typography gutterBottom sx={{fontWeight: 'bold'}} textAlign='center' variant='h4' component='h1'>
Soutenir Organisation KA Internationale !
</Typography>
<Presantasyon />
<Paper sx={{padding: 2, marginTop: 3}}>
<Box sx={{textAlign: 'center'}}>
<PaymentMethod
@@ -152,6 +151,7 @@ export default function Soutyen({paymentStatus}) {
/>
</Box>
</Paper>
<Presantasyon />
</Container>
</Box>
<Footer />