diff --git a/jams-react-client/src/layouts/BaseLayout.js b/jams-react-client/src/layouts/BaseLayout.js index 8196ebfca94947cc1ecb45c2c518a6add552e6e7..89f336d38785d303888d7e259c7c43092a4c4335 100644 --- a/jams-react-client/src/layouts/BaseLayout.js +++ b/jams-react-client/src/layouts/BaseLayout.js @@ -206,7 +206,7 @@ export default function Admin(props) { <Button onClick={(e) => { if (auth.isActivated()) handleUpdate(); - else window.location.href = "https://staging.jami.biz/"; + else window.location.href = "https://jami.biz/"; }} color="primary" > diff --git a/jams-react-client/src/layouts/ListLayout.js b/jams-react-client/src/layouts/ListLayout.js index 80aefccabe67e2b295df61322c44c746dc537281..8183f126caa911c9b5b604b650849df1e43c2020 100644 --- a/jams-react-client/src/layouts/ListLayout.js +++ b/jams-react-client/src/layouts/ListLayout.js @@ -209,7 +209,7 @@ export default function Admin(props) { <Button onClick={(e) => { if (auth.isActivated()) handleUpdate(); - else window.location.href = "https://staging.jami.biz/"; + else window.location.href = "https://jami.biz/"; }} color="primary" >