Skip to content

Commit

Permalink
fix images path
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-hossein-zarei committed May 25, 2024
1 parent 92b0b85 commit c54103c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/assets/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@
"color": "#e29578",
"items": [
{
"image": "/react.svg",
"image": "react.svg",
"title": "React",
"rate": 4
},
{
"image": "/html.svg",
"image": "html.svg",
"title": "HTML5",
"rate": 5
},
{
"image": "/css.svg",
"image": "css.svg",
"title": "CSS3",
"rate": 3.5
},
{
"image": "/vite.svg",
"image": "vite.svg",
"title": "Vite",
"rate": 3.5
},
{
"image": "/ts.svg",
"image": "ts.svg",
"title": "Typescript",
"rate": 5
}
Expand Down

0 comments on commit c54103c

Please sign in to comment.