Skip to content

Commit

Permalink
remove deprecated layout field
Browse files Browse the repository at this point in the history
  • Loading branch information
armanmoztar committed Sep 26, 2024
1 parent 461871e commit f05d03c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ const ContactUs = () => {
<Image
src={"../images/assets/planet1.svg"}
alt={"planet"}
layout={"fill"}
fill={true}
style={{ objectFit: "contain" }}
/>
</div>
<div className={"w-[267px] h-[200px] absolute left-40 bottom-10"}>
<Image
src={"../images/assets/planet2.svg"}
alt={"planet"}
layout={"fill"}
fill={true}
style={{ objectFit: "contain" }}
/>
</div>
<Image
src={"../images/assets/starsBg.svg"}
alt={"planet"}
layout={"fill"}
fill={true}
style={{ objectFit: "contain" }}
/>
</div>
Expand Down

0 comments on commit f05d03c

Please sign in to comment.