remove logo in index
This commit is contained in:
@@ -13,21 +13,11 @@ export default function Akey({logo}) {
|
|||||||
<Container align='center'>
|
<Container align='center'>
|
||||||
<Box sx={{display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
|
<Box sx={{display: 'flex', alignItems: 'center', justifyContent: 'center'}}>
|
||||||
|
|
||||||
<Typography sx={{fontWeight: 'bold', mr: 1}} variant='h6' component='h1'>
|
<Typography sx={{fontWeight: 'bold', mr: 1, mt: 1}} variant='h6' component='h1'>
|
||||||
OKI
|
|
||||||
</Typography>
|
|
||||||
|
|
||||||
<Image
|
|
||||||
width={32}
|
|
||||||
height={32}
|
|
||||||
alt='OKI logo'
|
|
||||||
src={logo}
|
|
||||||
loading='eager'
|
|
||||||
/>
|
|
||||||
</Box>
|
|
||||||
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h2'>
|
|
||||||
PAWÒL-NU
|
PAWÒL-NU
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
|
</Box>
|
||||||
<Typography sx={{fontStyle: 'italic'}} variant='caption' component='h3'>
|
<Typography sx={{fontStyle: 'italic'}} variant='caption' component='h3'>
|
||||||
Paroles et traductions
|
Paroles et traductions
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user