Add soutit to KatKayLa
This commit is contained in:
+3
-3
@@ -63,8 +63,8 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
||||
}
|
||||
|
||||
const kantite = [
|
||||
{id: 1, tit: 'Kantité Tèks', kantite: kantiteTeks, route: '/teks'},
|
||||
{id: 2, tit: 'Kantité Awtis', kantite: kantiteAwtis, route: '/awtis?paj&paj=1'}
|
||||
{id: 1, tit: 'Tèks', soutit: 'Texte', kantite: kantiteTeks, route: '/teks'},
|
||||
{id: 2, tit: 'Awtis', soutit: 'Artiste', kantite: kantiteAwtis, route: '/awtis?paj&paj=1'}
|
||||
]
|
||||
|
||||
const matches = useMediaQuery('(max-width:600px)')
|
||||
@@ -104,7 +104,7 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
||||
</Container>
|
||||
<Container style={{marginBlock: '1.5em'}}>
|
||||
<Grid container spacing={3}>
|
||||
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} kantite={k.kantite} route={k.route} />)}
|
||||
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} soutit={k.soutit} kantite={k.kantite} route={k.route} />)}
|
||||
</Grid>
|
||||
</Container>
|
||||
<Carousel
|
||||
|
||||
Reference in New Issue
Block a user