Skip to content

Commit

Permalink
Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
isakgranqvist2021 committed Apr 3, 2022
1 parent 4390c56 commit 110f8d8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions data/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"Stock": 4,
"Features": ["Wii", "Video Game", "Gaming", "Sport Games", "Tennis"],
"Image": {
"src": "/public/img/277311765_5076150342428468_7666739674731008933_n.jpg",
"alt": ""
"src": "/public/img/277311765_5076150342428468_7666739674731008933_n.jpg"
}
},
{
Expand All @@ -19,8 +18,7 @@
"Stock": 2,
"Features": ["Apple", "Sound", "Phone", "Quality", "Steve Jobs"],
"Image": {
"src": "/public/img/276062397_4441891062576954_1449858416366576093_n.png",
"alt": ""
"src": "/public/img/276062397_4441891062576954_1449858416366576093_n.png"
}
},
{
Expand All @@ -37,8 +35,7 @@
"16gb"
],
"Image": {
"src": "/public/img/277110345_4981884471890806_3379010192801252323_n.jpg",
"alt": ""
"src": "/public/img/277110345_4981884471890806_3379010192801252323_n.jpg"
}
},
{
Expand All @@ -55,8 +52,7 @@
"16gb"
],
"Image": {
"src": "/public/img/277040822_4783561041766995_3025175041584980607_n.png",
"alt": ""
"src": "/public/img/277040822_4783561041766995_3025175041584980607_n.png"
}
},
{
Expand Down

0 comments on commit 110f8d8

Please sign in to comment.