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) {
<Button
onClick={(e) => {
if (auth.isActivated()) handleUpdate();
else window.location.href = "https://staging.jami.biz/";
else window.location.href = "https://jami.biz/";
}}
color="primary"
>
......
......@@ -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"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment