Fix linting issues

This commit is contained in:
Kamran Ahmed
2021-09-05 16:12:54 +02:00
parent ba1b876e14
commit d5b091a5ed
10 changed files with 13536 additions and 681 deletions

View File

@ -17,7 +17,7 @@ function AboutHeader() {
/>
<Container maxW='container.md' position='relative' textAlign='left'>
<Flex alignItems='center'>
<Image d={['none', 'none', 'block']} src='/kamran.jpeg' h='170px' rounded='10px' mr='25px' />
<Image alt={'Kamran'} d={['none', 'none', 'block']} src='/kamran.jpeg' h='170px' rounded='10px' mr='25px' />
<Box>
<Heading as='h1' color='black' fontSize={['35px', '35px', '40px']} fontWeight={700} mb='10px'>Hello, I am
Kamran Ahmed