Adapt components with new css & NextJs rules
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ export default function Error() {
|
||||
width={192}
|
||||
height={192}
|
||||
src='/logo-192x192.png'
|
||||
quality={20}
|
||||
quality={[20, 75]}
|
||||
loading='eager'
|
||||
/>
|
||||
<Typography variant='h2' align='center' >500 - Erreur du serveur 😭</Typography>
|
||||
<Typography style={{marginTop: '1em', color: 'green'}} variant='h3' align='center'>Nous mettons tout en œuvre pour rétablir le site dans les plus brefs délais 💪🏾</Typography>
|
||||
|
||||
Reference in New Issue
Block a user