diff --git a/src/app/components/ConnectPage/ConnectPage.jsx b/src/app/components/ConnectPage/ConnectPage.jsx index 2b984d6..4b9d1c2 100644 --- a/src/app/components/ConnectPage/ConnectPage.jsx +++ b/src/app/components/ConnectPage/ConnectPage.jsx @@ -86,41 +86,17 @@ export default function ConnectPage({ src={logo} alt="Zano" /> - {/*

{connectState === "start" ? "Connect wallet app to continue" : "Type connect key from app"}

*/} - {/* { - (() => { - switch (connectState) { - case "code": { - return ( -
- - -
- // <> - ) - } - default: { - return ( - <> - - - ) - } - } - })() - } */}
- +
+ + {false &&

Wallet is not responding

} +
+ button { margin-top: 10px; } + + .input { + display: flex; + flex-direction: column; + gap: 10px; + + > p { + font-size: 16px; + color: #ff6767; + } + } } } \ No newline at end of file