Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay-Krishna00 authored Jul 21, 2024
1 parent bf0dae4 commit fca92d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const [alertVisible, setAlertVisible] = useState(false);
<CardMedia
component={"img"}
alt={"Contact Us"}
image="src/image/contactUsImg.jpg"
image="/src/image/contactUsImg.jpg"
sx={{ height: {md:"350px",sm:"250px",xs:"150px"}, width: "auto" }}
/>

Expand Down

0 comments on commit fca92d0

Please sign in to comment.