Update nextjs package

This commit is contained in:
Hazem Krimi
2021-08-16 17:16:30 +01:00
parent 2143392425
commit ae61525bf2
4 changed files with 543 additions and 2585 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ const About: FC = () => {
</div>
</div>
<div className='photo'>
<Image src='/picture.jpg' width='auto' height='auto' layout='responsive' />
<Image src='/picture.jpg' width='100%' height='100%' layout='responsive' />
</div>
</Wrapper>
</>