mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
wip: Saving work
This commit is contained in:
@@ -6,7 +6,7 @@ export function ProductDescription({ product }: { product: Product }) {
|
||||
<>
|
||||
{product.descriptionHtml ? (
|
||||
<Prose
|
||||
className="mb-6 text-lg leading-tight dark:text-white/[60%]"
|
||||
className="mb-6 text-base leading-tight dark:text-white/[60%]"
|
||||
html={product.descriptionHtml}
|
||||
/>
|
||||
) : null}
|
||||
|
Reference in New Issue
Block a user