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 Footer from '../components/footer'
|
||||||
import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api'
|
import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api'
|
||||||
import RezoMenu from '../components/rezo-menu'
|
import RezoMenu from '../components/rezo-menu'
|
||||||
|
import JwennSesyon from '../components/jwenn-sesyon'
|
||||||
|
|
||||||
const useStyles = makeStyles(theme => ({
|
const useStyles = makeStyles(theme => ({
|
||||||
root: {
|
root: {
|
||||||
'& > *': {
|
'& > *': {
|
||||||
margin: theme.spacing(2)
|
margin: theme.spacing(1.2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
@@ -91,6 +92,9 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
Èd
|
Èd
|
||||||
</Button>
|
</Button>
|
||||||
</Container>
|
</Container>
|
||||||
|
<Container align='center'>
|
||||||
|
<JwennSesyon />
|
||||||
|
</Container>
|
||||||
<Container style={{marginBlock: '1.5em'}}>
|
<Container style={{marginBlock: '1.5em'}}>
|
||||||
<Grid container spacing={3}>
|
<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} kantite={k.kantite} route={k.route} />)}
|
||||||
|
|||||||
Reference in New Issue
Block a user