mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
stylnbgggg
This commit is contained in:
@@ -10,7 +10,7 @@ export function ProductDescription({ product }: { product: Product }) {
|
||||
<>
|
||||
<div className="mb-6 flex flex-col border-b pb-6 dark:border-neutral-700">
|
||||
<h1 className="mb-2 text-4xl md:text-3xl font-medium">{product.title}</h1>
|
||||
<div className="place-self-end mr-auto w-auto rounded-full bg-blue-600 p-2 text-sm text-white">
|
||||
<div className="place-self-end mr-auto w-auto rounded-full bg-gray-600 p-2 text-sm text-white">
|
||||
<Price
|
||||
amount={product.priceRange.maxVariantPrice.amount}
|
||||
currencyCode={product.priceRange.maxVariantPrice.currencyCode}
|
||||
|
Reference in New Issue
Block a user