hide product price
This commit is contained in:
@@ -114,12 +114,12 @@ export function RightSide({
|
||||
{/* Price Section */}
|
||||
<div className="bg-[#1716169f] rounded-xl p-5 space-y-6">
|
||||
{/* Price */}
|
||||
<div>
|
||||
{/* <div>
|
||||
<p className="text-gray-400 text-sm mb-2">{t("products.price")}:</p>
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-red-700">
|
||||
${price}
|
||||
</h2>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* Action Button */}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user