feat: upgrade wallet support
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import "./WalletSettings.css";
|
||||
import LndLogo from "@/lnd-logo.png";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import { Link, RouteObject, useNavigate } from "react-router-dom";
|
||||
import { RouteObject, useNavigate } from "react-router-dom";
|
||||
|
||||
import BlueWallet from "@/Icons/BlueWallet";
|
||||
import ConnectLNC from "@/Pages/settings/wallet/LNC";
|
||||
@ -10,16 +10,13 @@ import ConnectNostrWallet from "@/Pages/settings/wallet/NWC";
|
||||
import ConnectCashu from "@/Pages/settings/wallet/Cashu";
|
||||
|
||||
import NostrIcon from "@/Icons/Nostrich";
|
||||
import WalletPage from "../WalletPage";
|
||||
|
||||
const WalletSettings = () => {
|
||||
const navigate = useNavigate();
|
||||
return (
|
||||
<>
|
||||
<Link to="/wallet">
|
||||
<button type="button">
|
||||
<FormattedMessage defaultMessage="View Wallets" id="VvaJst" />
|
||||
</button>
|
||||
</Link>
|
||||
<WalletPage />
|
||||
<h3>
|
||||
<FormattedMessage defaultMessage="Connect Wallet" id="cg1VJ2" />
|
||||
</h3>
|
||||
|
Reference in New Issue
Block a user