Add JwennSesyon to index
This commit is contained in:
+5
-1
@@ -14,11 +14,12 @@ import Carousel from '../components/carousel'
|
||||
import Footer from '../components/footer'
|
||||
import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api'
|
||||
import RezoMenu from '../components/rezo-menu'
|
||||
import JwennSesyon from '../components/jwenn-sesyon'
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
root: {
|
||||
'& > *': {
|
||||
margin: theme.spacing(2)
|
||||
margin: theme.spacing(1.2)
|
||||
}
|
||||
}
|
||||
}))
|
||||
@@ -91,6 +92,9 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
||||
Èd
|
||||
</Button>
|
||||
</Container>
|
||||
<Container align='center'>
|
||||
<JwennSesyon />
|
||||
</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} />)}
|
||||
|
||||
Reference in New Issue
Block a user