diff --git a/packages/app/src/Components/Icons/NWC.tsx b/packages/app/src/Components/Icons/NWC.tsx new file mode 100644 index 00000000..a857003c --- /dev/null +++ b/packages/app/src/Components/Icons/NWC.tsx @@ -0,0 +1,16 @@ +export default function NWCIcon(props: { width?: number; height?: number }) { + return + + + + + + + + + + + + + +} \ No newline at end of file diff --git a/packages/app/src/Pages/settings/WalletSettings.tsx b/packages/app/src/Pages/settings/WalletSettings.tsx index fb55bd46..44ba3e96 100644 --- a/packages/app/src/Pages/settings/WalletSettings.tsx +++ b/packages/app/src/Pages/settings/WalletSettings.tsx @@ -5,9 +5,9 @@ import { useNavigate } from "react-router-dom"; import LndLogo from "@/assets/img/lnd-logo.png"; import AlbyIcon from "@/Components/Icons/Alby"; import BlueWallet from "@/Components/Icons/BlueWallet"; -import CashuIcon from "@/Components/Icons/Cashu"; +//import CashuIcon from "@/Components/Icons/Cashu"; import Icon from "@/Components/Icons/Icon"; -import NostrIcon from "@/Components/Icons/Nostrich"; +import NWCIcon from "@/Components/Icons/NWC"; import { getAlbyOAuth } from "@/Pages/settings/wallet/utils"; const WalletRow = (props: { @@ -52,7 +52,7 @@ const WalletSettings = () => {
} + logo={} name="Nostr Wallet Connect" url="/settings/wallet/nwc" desc={} @@ -71,12 +71,12 @@ const WalletSettings = () => { url="/settings/wallet/lndhub" desc={} /> - } name="Cashu" url="/settings/wallet/cashu" desc={} - /> + />*/} {CONFIG.alby && ( }