This commit is contained in:
2023-05-09 16:47:16 +01:00
parent 1ddb2dc71c
commit 88c4ea65ef
4 changed files with 28 additions and 3 deletions

View File

@ -32,10 +32,10 @@ const WalletSettings = () => {
<NostrIcon width={100} height={100} />
<h3 className="f-end">Nostr Wallet Connect</h3>
</div>
<div className="card" onClick={() => navigate("/settings/wallet/cashu")}>
{/*<div className="card" onClick={() => navigate("/settings/wallet/cashu")}>
<img src={CashuLogo} width={100} />
<h3 className="f-end">Cashu</h3>
</div>
</div>*/}
</div>
</>
);