Add summary to pages
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ export default function Soumet({code}) {
|
||||
}, [username])
|
||||
|
||||
return (
|
||||
<HeadLayout title='Soumèt - Soumettre un texte' tab={3} slug='soumet'>
|
||||
<HeadLayout title='Soumèt - Soumettre un texte' summary='Proposez la transcription d’un texte, accompagnée d’une ou plusieurs traductions.' tab={3} slug='soumet'>
|
||||
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||
<Box sx={{flexGrow: 1, marginTop: 1, marginBottom: 10}}>
|
||||
{!session && !code && (
|
||||
|
||||
Reference in New Issue
Block a user