Update Custom404

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-14 03:31:51 +04:00
parent 6dd3e8d6ed
commit 599cbe4aae
+3 -3
View File
@@ -12,13 +12,13 @@ export default function Custom404() {
width={551}
height={315}
src='/oki-logo-551x315.png'
quality={50}
quality={20}
/>
</a>
</Link>
<Typography variant='h2' align='center' >404 - Pa ni ayen 🥺</Typography>
<Typography variant='h2' align='center' >404 - La page nexsite pas 😔</Typography>
<Link href='/'>
<a style={{textDecoration: 'none'}}><Typography style={{marginTop: '1em', color: 'green'}} variant='h3' align='center'>Viré a kaz 🏡</Typography></a>
<a style={{textDecoration: 'none'}}><Typography style={{marginTop: '1em', color: 'green'}} variant='h3' align='center'>Retourner à laccueil 🏡</Typography></a>
</Link>
</Container>
)