update the link button to go to libra carts production
This commit is contained in:
parent
b8a9f6b497
commit
70c88bc3df
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ export default function LibraCartAccess() {
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.open(`https://staging.cloud.agrimatics.com/grain/integrations`, "_blank");
|
window.open(`https://cloud.agrimatics.com/grain/integrations`, "_blank");
|
||||||
}}>
|
}}>
|
||||||
Link Libra Cart Account
|
Link Libra Cart Account
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue