Skip to content

Commit 81dfd13

Browse files
committed
removed one product form listing
1 parent b4ff9ee commit 81dfd13

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/data/products.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,5 @@ export const products = [
9191
description: 'Samsung Galaxy S20+ with Snapdragon 865, 6.7-inch Dynamic AMOLED, quad camera system.',
9292
image: getAssetPath('/static/products/samsung-S20+.png'),
9393
rating: { rate: 4.7, count: 160 }
94-
},
95-
{
96-
id: 10,
97-
title: 'Samsung Galaxy S20 Ultra',
98-
price: 999.99,
99-
category: 'android',
100-
os: 'android',
101-
description: 'Samsung Galaxy S20 Ultra with Snapdragon 865, 6.9-inch Dynamic AMOLED, 108MP camera.',
102-
image: getAssetPath('/static/products/samsung-S20Ultra.png'),
103-
rating: { rate: 4.8, count: 175 }
10494
}
10595
];

0 commit comments

Comments
 (0)