Skip to content
Snippets Groups Projects
Commit f40b1551 authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Update store link

Change-Id: I0423cc294438d5b1b42c06b1a157ab19b801536a
parent 2fd8d8f5
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ export default function Admin(props) { ...@@ -206,7 +206,7 @@ export default function Admin(props) {
<Button <Button
onClick={(e) => { onClick={(e) => {
if (auth.isActivated()) handleUpdate(); if (auth.isActivated()) handleUpdate();
else window.location.href = "https://staging.jami.biz/"; else window.location.href = "https://jami.biz/";
}} }}
color="primary" color="primary"
> >
......
...@@ -209,7 +209,7 @@ export default function Admin(props) { ...@@ -209,7 +209,7 @@ export default function Admin(props) {
<Button <Button
onClick={(e) => { onClick={(e) => {
if (auth.isActivated()) handleUpdate(); if (auth.isActivated()) handleUpdate();
else window.location.href = "https://staging.jami.biz/"; else window.location.href = "https://jami.biz/";
}} }}
color="primary" color="primary"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment