File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export const DATA: any[] = [{
124
124
ProductName : "Succulent" ,
125
125
UnitPrice : 15.00 ,
126
126
UnitsInStock : 52 ,
127
- ImageURL : 'https://cdn.pixabay.com/photo/2015/12/08/00/35 /plant-1081856_960_720 .jpg' ,
127
+ ImageURL : 'https://cdn.pixabay.com/photo/2017/01/24/03/53 /plant-2004483_640 .jpg' ,
128
128
OrderDate : new Date ( "2018-03-28" ) ,
129
129
icons : [ 'favorite' , 'share' ]
130
130
} , {
@@ -141,7 +141,7 @@ export const DATA: any[] = [{
141
141
ProductName : "Nightstand" ,
142
142
UnitPrice : 47.000 ,
143
143
UnitsInStock : 0 ,
144
- ImageURL : 'https://cdn.pixabay.com/photo/2016/02/18/22/15/bedside-1208194_960_720 .jpg' ,
144
+ ImageURL : 'https://cdn.pixabay.com/photo/2018/01/23/20/48/hotel-3102377_640 .jpg' ,
145
145
OrderDate : new Date ( "2005-09-27" ) ,
146
146
icons : [ 'favorite' , 'share' ]
147
147
} , {
You can’t perform that action at this time.
0 commit comments