Fix linter errors
This commit is contained in:
@@ -472,7 +472,6 @@ export default function Cgu() {
|
|||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
|
|
||||||
<Typography gutterBottom variant='h6' component='h3'>
|
<Typography gutterBottom variant='h6' component='h3'>
|
||||||
9.1 Adhésion
|
9.1 Adhésion
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
+10
-10
@@ -70,16 +70,16 @@ export default function Home({errorCode, errorMessage, stats}) {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
<Container align='center'>
|
<Container align='center'>
|
||||||
<Box sx={{marginBottom: 2}}>
|
<Box sx={{marginBottom: 2}}>
|
||||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://asso.oki.re/public/members/new.php', '_blank')}>
|
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://asso.oki.re/public/members/new.php', '_blank')}>
|
||||||
<strong>Adhésion ➡️ asso.oki.re</strong>
|
<strong>Adhésion ➡️ asso.oki.re</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
<Box>
|
<Box>
|
||||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
||||||
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Container>
|
</Container>
|
||||||
</Box>
|
</Box>
|
||||||
<Container sx={{flexGrow: 100}}>
|
<Container sx={{flexGrow: 100}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user