summaryrefslogtreecommitdiff
path: root/src/pages/shop
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-16 16:47:49 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-16 16:47:49 +0700
commit4cb15e7808892f3802c82762127e27b847064b06 (patch)
tree6f66886ad73ca96921c2a630ea27d8d5a2a1f38c /src/pages/shop
parent002a733c70d478ef2d12257c528e938fad987ece (diff)
Change class name
Diffstat (limited to 'src/pages/shop')
-rw-r--r--src/pages/shop/product/[slug].js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js
index e601d8c0..f96aba34 100644
--- a/src/pages/shop/product/[slug].js
+++ b/src/pages/shop/product/[slug].js
@@ -130,7 +130,7 @@ export default function ProductDetail({product}) {
<div className="flex gap-x-2 mt-2">
<button className="btn-light w-full" >+ Quotation</button>
- <button className="btn-primary w-full" onClick={addToCart} disabled={(product.lowest_price.price == 0 ? true : false)}>+ Keranjang</button>
+ <button className="btn-yellow w-full" onClick={addToCart} disabled={(product.lowest_price.price == 0 ? true : false)}>+ Keranjang</button>
</div>
<div className="mt-10">