Remove session & signal links
This commit is contained in:
@@ -14,8 +14,6 @@ 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'
|
|
||||||
import JwennSignal from '../components/jwenn-signal'
|
|
||||||
|
|
||||||
import okiLogo from '../public/logo-192x110.png'
|
import okiLogo from '../public/logo-192x110.png'
|
||||||
|
|
||||||
@@ -87,7 +85,6 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
<Container className={classes.root} style={{display: 'flex', justifyContent: 'center'}} align='center'>
|
<Container className={classes.root} style={{display: 'flex', justifyContent: 'center'}} align='center'>
|
||||||
<Box style={{display: 'flex', flexDirection: 'column'}}>
|
<Box style={{display: 'flex', flexDirection: 'column'}}>
|
||||||
<RezoMenu data={REZO} />
|
<RezoMenu data={REZO} />
|
||||||
<JwennSesyon />
|
|
||||||
</Box>
|
</Box>
|
||||||
<Box style={{display: 'flex', flexDirection: 'column'}}>
|
<Box style={{display: 'flex', flexDirection: 'column'}}>
|
||||||
<Button
|
<Button
|
||||||
@@ -99,7 +96,6 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
>
|
>
|
||||||
Aide
|
Aide
|
||||||
</Button>
|
</Button>
|
||||||
<JwennSignal />
|
|
||||||
</Box>
|
</Box>
|
||||||
</Container>
|
</Container>
|
||||||
<Carousel
|
<Carousel
|
||||||
|
|||||||
Reference in New Issue
Block a user