Skip to content

Commit

Permalink
img path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-adi committed Jul 19, 2024
1 parent 3f52db2 commit efaeeb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Component/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function About() {
<>
<AboutContainer id="about">
<AboutWrapper>
<img src="/Image/myImage.jpg" alt="" data-aos="fade-right" />
<img src="./Image/myImage.jpg" alt="" data-aos="fade-right" />
<AboutPart data-aos="fade-left">
<h1>About Me</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const RightSide = styled.div`
border-radius: 4px;
background-color: #d8cfcf;
resize: none;
background-image: url("../Image/Group 62.png");
background-image: url("./Image/Group 62.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Skill/Skill.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const CardContainer = styled.div`

const SkillCard = styled.div`
border: 1px solid rgba(72, 72, 72, 1);
background-image: url("../Image/background.jpg");
background-image: url("./Image/background.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down

0 comments on commit efaeeb3

Please sign in to comment.