Skip to content

Commit

Permalink
commenting out weight li on description content
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent d2f0ac2 commit 57c1c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/product/description-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function DescriptionContent({ product }: { product: Product }) {
{itemDetails.print} -
{certificationLink('oekoEco')}
</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 => (

// <div>{detail}</div>
Expand Down

0 comments on commit 57c1c4c

Please sign in to comment.