diff --git a/client/src/components/EditProduct/EditProduct.jsx b/client/src/components/EditProduct/EditProduct.jsx index df9bc60..cf18e24 100644 --- a/client/src/components/EditProduct/EditProduct.jsx +++ b/client/src/components/EditProduct/EditProduct.jsx @@ -207,7 +207,7 @@ function EditProductChild({ producto, defaultState }) { reviews: review }); setTimeout( - () => (document.location.href = "https://la-montaner.vercel.app/home/admin"), + () => (document.location.href = "https://la-montaner.vercel.app/admin"), 3000 ); } else {