diff --git a/src/Element/LNURLTip.tsx b/src/Element/LNURLTip.tsx index 91930b48..550ed07f 100644 --- a/src/Element/LNURLTip.tsx +++ b/src/Element/LNURLTip.tsx @@ -240,11 +240,12 @@ export default function LNURLTip(props: LNURLTipProps) { ) } + const defaultTitle = payService?.allowsNostr === true ? "⚡️ Send Zap!" : "⚡️ Send sats"; if (!show) return null; return (
e.stopPropagation()}> -

{props.title || "⚡️ Send sats"}

+

{props.title || defaultTitle}

{invoiceForm()} {error ?

{error}

: null} {payInvoice()}