rename SendSats -> ZapModal

This commit is contained in:
Martti Malmi
2024-01-11 23:45:28 +02:00
parent c8dae9fae6
commit 69d6dfd5d6
17 changed files with 49 additions and 54 deletions

View File

@ -5,7 +5,7 @@ import { useUserProfile } from "@snort/system-react";
import { useState } from "react";
import Icon from "@/Components/Icons/Icon";
import SendSats from "@/Components/SendSats/SendSats";
import ZapModal from "@/Components/ZapModal/ZapModal";
import { ZapTarget } from "@/Utils/Zapper";
const ZapButton = ({
@ -30,7 +30,7 @@ const ZapButton = ({
<Icon name="zap-solid" />
{children}
</button>
<SendSats
<ZapModal
targets={[
{
type: "lnurl",