From f40b15516af6771f36af63c490c1f11ba92b23e0 Mon Sep 17 00:00:00 2001 From: Larbi Gharib <larbi.gharib@savoirfairelinux.com> Date: Thu, 11 Feb 2021 19:06:38 +0100 Subject: [PATCH] Update store link Change-Id: I0423cc294438d5b1b42c06b1a157ab19b801536a --- jams-react-client/src/layouts/BaseLayout.js | 2 +- jams-react-client/src/layouts/ListLayout.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jams-react-client/src/layouts/BaseLayout.js b/jams-react-client/src/layouts/BaseLayout.js index 8196ebfc..89f336d3 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 80aefcca..8183f126 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" > -- GitLab