Skip to content

Commit

Permalink
Update Steps.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe authored Nov 15, 2024
1 parent 5829174 commit 213f348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Steps: React.FC = () => {
<Image
alt={item.title}
width={800}
height={400}
height={200}
src={item.image}
layout="responsive"
className="rounded-xl md:h-[20vh] md:w-[40vh] lg:h-[20vh] lg:w-[60vh] 2xl:h-[38vh] 2xl:w-[50vh] w-full object-contain"
Expand All @@ -108,7 +108,7 @@ const Steps: React.FC = () => {
alt={selectedItem.title}
src={selectedItem.image}
width={800}
height={800}
height={400}
layout="responsive"
className="rounded-lg"
/>
Expand Down

0 comments on commit 213f348

Please sign in to comment.