mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 20:57:51 +00:00
altering item-details
This commit is contained in:
parent
9f02e3f29e
commit
b154bedb5a
@ -10,8 +10,8 @@ const medium = 'medium'
|
|||||||
|
|
||||||
const unisex = 'unisex'
|
const unisex = 'unisex'
|
||||||
|
|
||||||
const branding = 'subtle brand label on front hem'
|
const branding = 'subtle brand label* on front hem'
|
||||||
const creation = 'ethically and sustainably made'
|
// const creation = 'ethically and sustainably made'
|
||||||
|
|
||||||
export type GarmentDetailContent = {
|
export type GarmentDetailContent = {
|
||||||
title: string;
|
title: string;
|
||||||
@ -25,7 +25,7 @@ export type GarmentDetailContent = {
|
|||||||
common: {
|
common: {
|
||||||
style: string;
|
style: string;
|
||||||
branding: string;
|
branding: string;
|
||||||
creation: string;
|
// creation: string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ const commonDetails = {
|
|||||||
common: {
|
common: {
|
||||||
branding,
|
branding,
|
||||||
style: unisex,
|
style: unisex,
|
||||||
creation,
|
// creation,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user