diff --git a/src/index.js b/src/index.js index 1eb92bd..af50622 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,8 @@ const setupAxios = () => { // axios.defaults.baseURL = "http://localhost:8000"; // axios.defaults.baseURL = "https://happy-sombrero-ray.cyclic.app/"; //->latest deployed - axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed + // axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed + axios.defaults.baseURL = "https://api.thesolarsign.com/"; //->latest deployed axios.defaults.headers = { "Cache-Control": "no-cache,no-store", diff --git a/src/views/Design/design.js b/src/views/Design/design.js index cf69718..085131e 100644 --- a/src/views/Design/design.js +++ b/src/views/Design/design.js @@ -421,9 +421,9 @@ const Design = () => { textTransform: "capitalize", }} onClick={handleOpen} - // onClick={() => { - // navigate("/testimonial/new", { replace: true }); - // }} + // onClick={() => { + // navigate("/testimonial/new", { replace: true }); + // }} > Add New Design @@ -466,7 +466,7 @@ const Design = () => { onChange={(e) => setDesignName( e.target.value.charAt(0).toUpperCase() + - e.target.value.slice(1) + e.target.value.slice(1) ) } /> @@ -684,7 +684,7 @@ const Design = () => { p={2} display={"flex"} justifyContent={"right"} - // width={"500px"} + // width={"500px"} > {!edit && (