From af64191952b6d822f881deee075ae1adfb5cfefc Mon Sep 17 00:00:00 2001
From: 65160381 <65160381@go.buu.ac.th>
Date: Tue, 25 Mar 2025 03:28:03 +0000
Subject: [PATCH] Update file product.ejs

---
 views/product.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/product.ejs b/views/product.ejs
index 28c295a..1716fa8 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>
 
-- 
GitLab