Skip to content

Commit

Permalink
Fixed weird image issue in CARE page
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Nov 17, 2024
1 parent 02da173 commit c40518d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/care/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ function FeatureTile(props: {
} items-center gap-10 flex-col`}
>
<Image
alt="Facility Management"
alt="Image"
src={image}
className="shadow-xl rounded-2xl w-full lg:w-auto"
className="shadow-xl rounded-2xl w-full lg:max-w-[600px]"
width={600}
height={415}
/>
Expand Down

0 comments on commit c40518d

Please sign in to comment.