Skip to content

Commit

Permalink
Update planets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dimstr authored May 5, 2022
1 parent bb6039c commit 7504fb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/assets/json/planets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Меркурий",
"description": "Горячо",
"image": "/images/mercury.jpg",
"image": "assets/images/mercury.jpg",
"url": ""
},
{
Expand All @@ -14,7 +14,7 @@
{
"name": "Земля",
"description": "Горячо",
"image": "/assets/images/earth.jpg",
"image": "assets/images/earth.jpg",
"url": ""
},
{
Expand All @@ -26,25 +26,25 @@
{
"name": "Юпитер",
"description": "Холодна",
"image": "/assets/assets/images/jupiter.jpg",
"image": "assets/images/jupiter.jpg",
"url": ""
},
{
"name": "Сатурн",
"description": "Холодна",
"image": "images/saturn.png",
"image": "assets/images/saturn.png",
"url": ""
},
{
"name": "Уран",
"description": "Холодна",
"image": "images/uranus.jpg",
"image": "assets/images/uranus.jpg",
"url": ""
},
{
"name": "Нептун",
"description": "Холодна",
"image": "images/neptune.jpg",
"image": "assets/images/neptune.jpg",
"url": ""
}
]

0 comments on commit 7504fb4

Please sign in to comment.