Skip to content

Commit

Permalink
fix: url path image
Browse files Browse the repository at this point in the history
  • Loading branch information
anwar907 committed Aug 8, 2024
1 parent af3c8ce commit 3dc3a1d
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 83 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
2 changes: 1 addition & 1 deletion dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/workExperience.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Experience(props) {
{props.experience.title}
</p>
<img
src={props.experience.image}
src={"src" + props.experience.image}
alt={props.experience.id}
className="image"
/>
Expand Down

0 comments on commit 3dc3a1d

Please sign in to comment.