mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Updated product page
This commit is contained in:
@@ -61,6 +61,8 @@ export default function ProductView({ product, relatedProducts }: ProductViewPro
|
||||
currencyCode={price.currencyCode ? price.currencyCode : 'SEK'}
|
||||
/>
|
||||
|
||||
<h2 className="sr-only">{t('details')}</h2>
|
||||
|
||||
{description && (
|
||||
<Accordion
|
||||
className="mt-8"
|
||||
|
Reference in New Issue
Block a user