mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +00:00
amending description content
This commit is contained in:
parent
90494b116c
commit
ebf99d90a1
@ -40,12 +40,12 @@ export function DescriptionContent({ product }: { product: Product }) {
|
|||||||
<p className='font-bold mt-6'>Details:</p>
|
<p className='font-bold mt-6'>Details:</p>
|
||||||
<ul className='list-disc list-inside'>
|
<ul className='list-disc list-inside'>
|
||||||
<li className='mt-2'>
|
<li className='mt-2'>
|
||||||
{itemDetails.content}* -
|
{itemDetails.content}*
|
||||||
{certificationLink('gots')}
|
{/* {certificationLink('gots')} */}
|
||||||
</li>
|
</li>
|
||||||
<li className='mt-1'>
|
<li className='mt-1'>
|
||||||
{itemDetails.print} -
|
{itemDetails.print}
|
||||||
{certificationLink('oekoEco')}
|
{/* {certificationLink('oekoEco')} */}
|
||||||
</li>
|
</li>
|
||||||
{/* <li className='mt-1'>{itemDetails.weight.feel} weight, {itemDetails.weight.gsm} GSM</li> */}
|
{/* <li className='mt-1'>{itemDetails.weight.feel} weight, {itemDetails.weight.gsm} GSM</li> */}
|
||||||
{commonDetailKeys.map(detail => (
|
{commonDetailKeys.map(detail => (
|
||||||
@ -60,6 +60,11 @@ export function DescriptionContent({ product }: { product: Product }) {
|
|||||||
* Yes you read that right, 100%, this includes our brand label.
|
* Yes you read that right, 100%, this includes our brand label.
|
||||||
</p>
|
</p>
|
||||||
</ul>
|
</ul>
|
||||||
|
<Link href="/sustainability">
|
||||||
|
<p className='font-bold mt-4'>
|
||||||
|
Sustainability Statement
|
||||||
|
</p>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user