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