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