From 76446c278d091c11e1fb91a95aaa31233119743c Mon Sep 17 00:00:00 2001 From: 65160270 <65160270@go.buu.ac.th> Date: Fri, 28 Mar 2025 23:33:37 +0700 Subject: [PATCH] update-cart --- views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.ejs b/views/index.ejs index ee37dee..f408171 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -23,7 +23,7 @@ <a href="/products/edit/<%= product.id %>">Edit</a> <form action="/products/delete/<%= product.id %>" method="POST" style="display: inline;"> - <button type="submit" onclick="return confirm('Are you sure you want to delete this product?')"> + <button type="submit" onclick="return confirm('Are you sure you want to delete this product?')" style="margin: 0; padding: 0.5rem 1rem; background-color: red;"> Delete </button> </form> -- GitLab