From 353b5be17f00ba616bda5bf8b7b3fff6f33b6147 Mon Sep 17 00:00:00 2001
From: 65160381 <65160381@go.buu.ac.th>
Date: Tue, 25 Mar 2025 02:29:10 +0700
Subject: [PATCH] 8.6

---
 public/cart.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/cart.html b/public/cart.html
index 13b4c08..4f90180 100644
--- a/public/cart.html
+++ b/public/cart.html
@@ -15,9 +15,13 @@
         <!-- Cart items will be dynamically loaded here -->
     </div>
 
+    <button>
+        <div class="checkout" onclick="goToCheckout()">Checkout</div>
+    </button>
+    
     <footer>
         <p>&copy; 2025 ASA</p>
-        <div class="checkout" onclick="goToCheckout()">Checkout</div>
+        
     </footer>
 
     <script>
-- 
GitLab