Add summary to pages
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Awtis({errorCode, error404, errorMessage, pajTotal, awti
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<HeadLayout title='Awtis - Liste des artistes' tab={2} slug='awtis'>
|
<HeadLayout title='Awtis - Liste des artistes' summary='Liste des artistes ayant une ou plusieurs œuvres présentes sur le site.' tab={2} slug='awtis'>
|
||||||
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||||
<Pajinasyon pajTotal={pajTotal} paj={paj} />
|
<Pajinasyon pajTotal={pajTotal} paj={paj} />
|
||||||
<ChecheAwtis />
|
<ChecheAwtis />
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default function Teks({errorCode, errorMessage, denyeTeks}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<HeadLayout title='Paroles et Traductions' tab={1} slug='paroles'>
|
<HeadLayout title='Paroles et Traductions' summary='Retrouvez les paroles et traductions de vos chansons préférées.' tab={1} slug='paroles'>
|
||||||
<TeksDrawer denyeTeks={denyeTeks} />
|
<TeksDrawer denyeTeks={denyeTeks} />
|
||||||
</HeadLayout>
|
</HeadLayout>
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -71,7 +71,7 @@ export default function Soumet({code}) {
|
|||||||
}, [username])
|
}, [username])
|
||||||
|
|
||||||
return (
|
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={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||||
<Box sx={{flexGrow: 1, marginTop: 1, marginBottom: 10}}>
|
<Box sx={{flexGrow: 1, marginTop: 1, marginBottom: 10}}>
|
||||||
{!session && !code && (
|
{!session && !code && (
|
||||||
|
|||||||
@@ -116,6 +116,7 @@ export default function Soutyen({paymentStatus}) {
|
|||||||
return (
|
return (
|
||||||
<HeadLayout
|
<HeadLayout
|
||||||
title='Soutenir Organisation KA Internationale !'
|
title='Soutenir Organisation KA Internationale !'
|
||||||
|
summary='Vous pouvez nous soutenir via Liberapay, PayPal ou directement par CB sur le site.'
|
||||||
tab={4}
|
tab={4}
|
||||||
slug='soutyen'
|
slug='soutyen'
|
||||||
imageUrl='/soutyen.png'
|
imageUrl='/soutyen.png'
|
||||||
|
|||||||
Reference in New Issue
Block a user