Change Index buttons order
This commit is contained in:
+7
-7
@@ -46,18 +46,17 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
<Container style={{marginTop: '1.5em'}} align='center'>
|
<Container style={{marginTop: '1.5em'}} align='center'>
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
<Grid item xs={12} md={3}>
|
<Grid item xs={12} md={3}>
|
||||||
<Link href='https://www.helloasso.com/associations/organisation-ka-internationale/adhesions/adhesion-oki'>
|
|
||||||
<Button
|
<Button
|
||||||
startIcon={<GroupAddIcon size='large' style={{fontSize: 40}} />}
|
startIcon={<HelpIcon size='large' style={{fontSize: 40}} />}
|
||||||
size='small'
|
size='small'
|
||||||
variant='contained'
|
variant='contained'
|
||||||
color='primary'
|
color='primary'
|
||||||
|
onClick={handleClick}
|
||||||
>
|
>
|
||||||
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
|
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
|
||||||
Adhérer
|
Guide
|
||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={12} md={3}>
|
<Grid item xs={12} md={3}>
|
||||||
<Link href='https://pale.o-k-i.net'>
|
<Link href='https://pale.o-k-i.net'>
|
||||||
@@ -88,17 +87,18 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
</Link>
|
</Link>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={12} md={3}>
|
<Grid item xs={12} md={3}>
|
||||||
|
<Link href='https://www.helloasso.com/associations/organisation-ka-internationale/adhesions/adhesion-oki'>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<HelpIcon size='large' style={{fontSize: 40}} />}
|
startIcon={<GroupAddIcon size='large' style={{fontSize: 40}} />}
|
||||||
size='small'
|
size='small'
|
||||||
variant='contained'
|
variant='contained'
|
||||||
color='primary'
|
color='primary'
|
||||||
onClick={handleClick}
|
|
||||||
>
|
>
|
||||||
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
|
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
|
||||||
Guide
|
Adhérer
|
||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
|
</Link>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user