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