diff --git a/views/product.ejs b/views/product.ejs index 28c295a36e854408dc87eef4d1d64ca5380e8ed4..1716fa8b78b2099406bd83fca82217ebc4d039be 100644 --- a/views/product.ejs +++ b/views/product.ejs @@ -123,7 +123,7 @@ body { <div class="container text-center"> <h1 class="mb-3"><%= product.product_name %></h1> <img src="<%= product.image %>" alt="<%= product.product_name %>" class="product-image mb-3"> - <p><strong>ราคา:</strong> <span class="text-warning"><%= product.price %> บาท</span></p> + <p><strong>ราคา:</strong> <span class="text-primary"><%= product.price %> บาท</span></p> <p><strong>รายละเอียด:</strong> <%= product.description || "ไม่มีรายละเอียด" %></p> <p><strong>สร้างโดย:</strong> <%= product.owner %></p>