diff --git a/src/modules/creator/token/etherlink/steps/Ownership.tsx b/src/modules/creator/token/etherlink/steps/Ownership.tsx index 53d46855..d811c052 100644 --- a/src/modules/creator/token/etherlink/steps/Ownership.tsx +++ b/src/modules/creator/token/etherlink/steps/Ownership.tsx @@ -67,8 +67,6 @@ export const Ownership: React.FC = () => { underline="none" onClick={() => { if (etherlink.isConnected) { - window.open(`https://www.cookbook.dev/contracts/simple-token`) - } else { const href = `/creator/deployment` history.push(href) }