remove logo in index

This commit is contained in:
2026-05-12 18:44:36 +04:00
parent f04618511f
commit 7d2aa11039
+2 -12
View File
@@ -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 sx={{fontWeight: 'bold', mr: 1, mt: 1}} variant='h6' component='h1'>
PAWÒL-NU
</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
</Typography>
<Typography sx={{fontStyle: 'italic'}} variant='caption' component='h3'>
Paroles et traductions
</Typography>