Skip to content

Commit 950e410

Browse files
authored
Merge pull request #3211 from IgniteUI/PMiteva/paginastion-img
Change img url in the main-pagination sample data
2 parents 445f586 + e5abe8d commit 950e410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/data/product.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const DATA: any[] = [{
124124
ProductName: "Succulent",
125125
UnitPrice: 15.00,
126126
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',
128128
OrderDate: new Date("2018-03-28"),
129129
icons: ['favorite', 'share']
130130
}, {
@@ -141,7 +141,7 @@ export const DATA: any[] = [{
141141
ProductName: "Nightstand",
142142
UnitPrice: 47.000,
143143
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',
145145
OrderDate: new Date("2005-09-27"),
146146
icons: ['favorite', 'share']
147147
}, {

0 commit comments

Comments
 (0)