Add ChecheAwtis to page awtis
This commit is contained in:
@@ -17,7 +17,6 @@ const StyledGrid = styled(Grid)((
|
|||||||
) => ({
|
) => ({
|
||||||
[`& .${classes.root}`]: {
|
[`& .${classes.root}`]: {
|
||||||
'& > *': {
|
'& > *': {
|
||||||
marginBottom: theme.spacing(2),
|
|
||||||
marginTop: theme.spacing(2)
|
marginTop: theme.spacing(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import {Box, Container, Grid} from '@mui/material'
|
|||||||
|
|
||||||
import {jwennAwtisPajinasyon} from '../../lib/oki-api'
|
import {jwennAwtisPajinasyon} from '../../lib/oki-api'
|
||||||
|
|
||||||
|
import ChecheAwtis from '../../components/awtis/cheche-awtis'
|
||||||
import AwtisKat from '../../components/awtis/awtis-kat'
|
import AwtisKat from '../../components/awtis/awtis-kat'
|
||||||
import Pajinasyon from '../../components/awtis/pajinasyon'
|
import Pajinasyon from '../../components/awtis/pajinasyon'
|
||||||
import HeadLayout from '../../components/head-layout'
|
import HeadLayout from '../../components/head-layout'
|
||||||
@@ -25,6 +26,7 @@ export default function Awtis({errorCode, error404, errorMessage, pajTotal, awti
|
|||||||
<HeadLayout title='Awtis - Liste des artistes' tab={2} slug='awtis'>
|
<HeadLayout title='Awtis - Liste des artistes' tab={2} slug='awtis'>
|
||||||
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||||
<Pajinasyon pajTotal={pajTotal} paj={paj} />
|
<Pajinasyon pajTotal={pajTotal} paj={paj} />
|
||||||
|
<ChecheAwtis />
|
||||||
<Container sx={{marginBottom: 5, flexGrow: 100}}>
|
<Container sx={{marginBottom: 5, flexGrow: 100}}>
|
||||||
<Grid container spacing={{xs: 2, md: 3}}>
|
<Grid container spacing={{xs: 2, md: 3}}>
|
||||||
{awtisPouChakPaj.map(artiste => <AwtisKat key={artiste.id} artiste={artiste.attributes} />)}
|
{awtisPouChakPaj.map(artiste => <AwtisKat key={artiste.id} artiste={artiste.attributes} />)}
|
||||||
|
|||||||
Reference in New Issue
Block a user