altering item-details

This commit is contained in:
Samantha Kellow 2024-04-25 18:02:37 +01:00
parent 9f02e3f29e
commit b154bedb5a

View File

@ -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,
}
}