Simplify index buttons
This commit is contained in:
+4
-4
@@ -71,13 +71,13 @@ export default function Home({errorCode, errorMessage, stats}) {
|
|||||||
</Container>
|
</Container>
|
||||||
<Container align='center'>
|
<Container align='center'>
|
||||||
<Box sx={{marginBottom: 2}}>
|
<Box sx={{marginBottom: 2}}>
|
||||||
<Button variant='outlined' 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érez à l’association #OKi</strong> <OpenInNewIcon fontSize='small' />
|
<strong>Adhésion ➡️ asso.oki.re</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
<Box>
|
<Box>
|
||||||
<Button variant='outlined' 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>#OKi sur le Fédiverse ➡️ o-k-i.net</strong> <OpenInNewIcon fontSize='small' />
|
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user