add cashu wallet div
This commit is contained in:
parent
4f8f472e84
commit
701049368e
@ -7,7 +7,10 @@ import BlueWallet from "Icons/BlueWallet";
|
||||
import ConnectLNC from "Pages/settings/wallet/LNC";
|
||||
import ConnectLNDHub from "Pages/settings/wallet/LNDHub";
|
||||
import ConnectNostrWallet from "Pages/settings/wallet/NWC";
|
||||
import ConnectCashu from "Pages/settings/wallet/Cashu";
|
||||
|
||||
import NostrIcon from "Icons/Nostrich";
|
||||
import CashuLogo from "cashu.png";
|
||||
|
||||
const WalletSettings = () => {
|
||||
const navigate = useNavigate();
|
||||
@ -29,6 +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")}>
|
||||
<img src={CashuLogo} width={100} />
|
||||
<h3 className="f-end">Cashu</h3>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
@ -53,4 +60,8 @@ export const WalletSettingsRoutes = [
|
||||
path: "/settings/wallet/nwc",
|
||||
element: <ConnectNostrWallet />,
|
||||
},
|
||||
{
|
||||
path: "/settings/wallet/cashu",
|
||||
element: <ConnectCashu />,
|
||||
},
|
||||
] as Array<RouteObject>;
|
||||
|
BIN
packages/app/src/cashu.png
Normal file
BIN
packages/app/src/cashu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Loading…
x
Reference in New Issue
Block a user