Skip to content

Commit

Permalink
update: route bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Arch0125 committed Sep 21, 2023
1 parent 5838bbf commit 7bade47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MetamaskSnap/SnapInformationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SnapInformationModal = () => {
});

if (res) {
window.open("https://app.push.org/snap", '_self');
window.open("/snap", '_self');
}
};

Expand Down

0 comments on commit 7bade47

Please sign in to comment.