Skip to content

Commit 5f3116a

Browse files
author
Rachel Macfarlane
authored
add mangoes (auchenberg#97)
1 parent 904c8ed commit 5f3116a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/products.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
"title": "Papayas",
2323
"description": "Papayas are <span class=\"label label-info\">50 CHF each</span>, but are <span class=\"label label-warning\">available as 3 for the price of 2</span>",
2424
"price": 100
25+
},
26+
{
27+
"id": 5,
28+
"title": "Mangoes",
29+
"description": "Mangoes are <span class=\"label label-info\">100 CHF each</span>, but are <span class=\"label label-warning\">available as 3 for the price of 2</span>",
30+
"price": 100
2531
}
2632
]

0 commit comments

Comments
 (0)