From b154bedb5a3798035ae0f10f0aebde4ea70adf9f Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Thu, 25 Apr 2024 18:02:37 +0100 Subject: [PATCH] altering item-details --- constants/item-details.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants/item-details.tsx b/constants/item-details.tsx index 9f6643e54..516374f9f 100644 --- a/constants/item-details.tsx +++ b/constants/item-details.tsx @@ -10,8 +10,8 @@ const medium = 'medium' const unisex = 'unisex' -const branding = 'subtle brand label on front hem' -const creation = 'ethically and sustainably made' +const branding = 'subtle brand label* on front hem' +// const creation = 'ethically and sustainably made' export type GarmentDetailContent = { title: string; @@ -25,7 +25,7 @@ export type GarmentDetailContent = { common: { style: string; branding: string; - creation: string; + // creation: string; }; } @@ -40,7 +40,7 @@ const commonDetails = { common: { branding, style: unisex, - creation, + // creation, } }