diff --git a/backend/routes/orders.js b/backend/routes/orders.js index b384c67..24a2f04 100644 --- a/backend/routes/orders.js +++ b/backend/routes/orders.js @@ -22,7 +22,7 @@ router.post('/', authMiddleware, async (req, res) => { if (!product || !product.available) { return res.status(400).json({ success: false, - message: `Product ${item.product} is not available` + message: `Product ₹{item.product} is not available` }); } diff --git a/public/index.html b/public/index.html index d1a016f..81b057d 100644 --- a/public/index.html +++ b/public/index.html @@ -45,7 +45,7 @@ display: flex; justify-content: center; align-items: center; - background-color: #988c7a; + background-color: #7c4a21; transition: opacity 0.2s ease; /* change 0.3s to increase or decrease the transition time */ opacity: 1; z-index: 9999; @@ -54,6 +54,8 @@ width: 100vw; height: 100vh; } + +