Add summary to pages

This commit is contained in:
2023-03-08 01:37:34 +04:00
parent 6ad1822122
commit 714d981821
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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 />
+1 -1
View File
@@ -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
View File
@@ -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 dun texte, accompagnée dune 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 && (
+1
View File
@@ -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'