Fix linter errors
This commit is contained in:
+10
-10
@@ -70,16 +70,16 @@ export default function Home({errorCode, errorMessage, stats}) {
|
||||
</Typography>
|
||||
</Container>
|
||||
<Container align='center'>
|
||||
<Box sx={{marginBottom: 2}}>
|
||||
<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>
|
||||
</Button>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
||||
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
||||
</Button>
|
||||
</Box>
|
||||
<Box sx={{marginBottom: 2}}>
|
||||
<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>
|
||||
</Button>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
||||
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
||||
</Button>
|
||||
</Box>
|
||||
</Container>
|
||||
</Box>
|
||||
<Container sx={{flexGrow: 100}}>
|
||||
|
||||
Reference in New Issue
Block a user