Skip to content

Commit

Permalink
Update image dimensions in Insta component
Browse files Browse the repository at this point in the history
  • Loading branch information
4lysson-a committed Jul 9, 2024
1 parent 0cf519f commit b7cc058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/layout/Sections/Insta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Insta() {
<div className='rounded-[30px] lg:rounded-[40px] w-full h-full relative lg:w-[400px] lg:h-[600px] overflow-hidden'>
<Image
width={800}
height={1200}
height={600}
alt='Instagram'
content='Instagram Image'
className='w-full h-full'
Expand Down

0 comments on commit b7cc058

Please sign in to comment.