diff --git a/framework/local/data.json b/framework/local/data.json index eccbe21e2..e2fea3a9a 100644 --- a/framework/local/data.json +++ b/framework/local/data.json @@ -26,12 +26,6 @@ "altText": "Shirt", "width": 1000, "height": 1000 - }, - { - "url": "/assets/drop-shirt-3.png", - "altText": "Shirt", - "width": 1000, - "height": 1000 } ], "variants": [ @@ -117,12 +111,6 @@ "altText": "Lightweight Jacket", "width": 1000, "height": 1000 - }, - { - "url": "/assets/lightweight-jacket-5.png", - "altText": "Lightweight Jacket", - "width": 1000, - "height": 1000 } ], "variants": [ @@ -208,12 +196,6 @@ "altText": "Shirt", "width": 1000, "height": 1000 - }, - { - "url": "/assets/t-shirt-5.png", - "altText": "Shirt", - "width": 1000, - "height": 1000 } ], "variants": [ diff --git a/public/assets/drop-shirt-3.png b/public/assets/drop-shirt-3.png deleted file mode 100644 index c31d82e64..000000000 Binary files a/public/assets/drop-shirt-3.png and /dev/null differ diff --git a/public/assets/lightweight-jacket-5.png b/public/assets/lightweight-jacket-5.png deleted file mode 100644 index 521394918..000000000 Binary files a/public/assets/lightweight-jacket-5.png and /dev/null differ diff --git a/public/assets/t-shirt-5.png b/public/assets/t-shirt-5.png deleted file mode 100644 index bd9f8dba4..000000000 Binary files a/public/assets/t-shirt-5.png and /dev/null differ