Skip to content

Commit 4315942

Browse files
committed
chore(*): Fix missing images
1 parent 2ac7a13 commit 4315942

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/app/grid/grid-column-data-types-sample/grid-column-data-types-sample.component.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
8282
SupplierID: 1,
8383
CategoryID: 1,
8484
QuantityPerUnit: "10 boxes x 20 bags",
85-
ProductImage: "/assets/images/products/chai.jpg",
85+
ProductImage: "assets/images/products/chai.jpg",
8686
UnitPrice: 18.0000,
8787
UnitsInStock: 39,
8888
UnitsOnOrder: 0.030,
@@ -94,7 +94,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
9494
}, {
9595
ProductID: 2,
9696
ProductName: "Chang",
97-
ProductImage: "/assets/images/products/chang.jpg",
97+
ProductImage: "assets/images/products/chang.jpg",
9898
SupplierID: 1,
9999
CategoryID: 1,
100100
QuantityPerUnit: "24 - 12 oz bottles",
@@ -109,7 +109,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
109109
}, {
110110
ProductID: 3,
111111
ProductName: "Aniseed Syrup",
112-
ProductImage: "/assets/images/products/aniseed.jpg",
112+
ProductImage: "assets/images/products/aniseed.jpg",
113113
SupplierID: 1,
114114
CategoryID: 2,
115115
QuantityPerUnit: "12 - 550 ml bottles",
@@ -124,7 +124,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
124124
}, {
125125
ProductID: 4,
126126
ProductName: "Chef Antons Cajun Seasoning",
127-
ProductImage: "/assets/images/products/cajun-seasoning.jpg",
127+
ProductImage: "assets/images/products/cajun-seasoning.jpg",
128128
SupplierID: 2,
129129
CategoryID: 2,
130130
QuantityPerUnit: "48 - 6 oz jars",
@@ -139,7 +139,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
139139
}, {
140140
ProductID: 5,
141141
ProductName: "Chef Antons Gumbo Mix",
142-
ProductImage: "/assets/images/products/chef-antons-gumbo-mix.jpg",
142+
ProductImage: "assets/images/products/chef-antons-gumbo-mix.jpg",
143143
SupplierID: 2,
144144
CategoryID: 2,
145145
QuantityPerUnit: "36 boxes",
@@ -154,7 +154,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
154154
}, {
155155
ProductID: 6,
156156
ProductName: "Grandmas Boysenberry Spread",
157-
ProductImage: "/assets/images/products/grandmas-boysenberry-spread.jpg",
157+
ProductImage: "assets/images/products/grandmas-boysenberry-spread.jpg",
158158
SupplierID: 3,
159159
CategoryID: 2,
160160
QuantityPerUnit: "12 - 8 oz jars",
@@ -169,7 +169,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
169169
}, {
170170
ProductID: 7,
171171
ProductName: "Uncle Bobs Organic Dried Pears",
172-
ProductImage: "/assets/images/products/uncle-bobs-organic-dried-pears.jpg",
172+
ProductImage: "assets/images/products/uncle-bobs-organic-dried-pears.jpg",
173173
SupplierID: 3,
174174
CategoryID: 7,
175175
QuantityPerUnit: "12 - 1 lb pkgs.",
@@ -184,7 +184,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
184184
}, {
185185
ProductID: 8,
186186
ProductName: "Northwoods Cranberry Sauce",
187-
ProductImage: "/assets/images/products/cranberry-sauce.jpg",
187+
ProductImage: "assets/images/products/cranberry-sauce.jpg",
188188
SupplierID: 3,
189189
CategoryID: 2,
190190
QuantityPerUnit: "12 - 12 oz jars",
@@ -199,7 +199,7 @@ export class GridColumnDataTypesSampleComponent implements OnInit {
199199
}, {
200200
ProductID: 9,
201201
ProductName: "Mishi Kobe Niku",
202-
ProductImage: "/assets/images/products/mishi-kobe-niku.jpg",
202+
ProductImage: "assets/images/products/mishi-kobe-niku.jpg",
203203
SupplierID: 4,
204204
CategoryID: 6,
205205
QuantityPerUnit: "18 - 500 g pkgs.",

0 commit comments

Comments
 (0)