Lee Morgan 6 жил өмнө
parent
commit
2581e52da7

+ 0 - 1
controllers/recipeData.js

@@ -123,7 +123,6 @@ module.exports = {
                         });
                     }
                 }
-                console.log(changes);
 
                 recipe.name = req.body.name;
                 recipe.price = req.body.price;

+ 1 - 1
views/shared/shared.css

@@ -288,7 +288,7 @@ form{
 }
 
     .banner .notification{
-        background: rgba(0, 255, 0, 0.75);
+        background: rgba(1, 140, 15, 0.75);
         list-style-type: none;
         padding: 5px;
     }