chore: remove notice
This commit is contained in:
parent
14769f8f33
commit
aa9d6662f1
@ -180,8 +180,7 @@ export default function Nip5Service(props: Nip05ServiceProps) {
|
||||
invoice={registerResponse?.invoice}
|
||||
show={showInvoice}
|
||||
onClose={() => setShowInvoice(false)}
|
||||
title={`Buying ${handle}@${domain}`}
|
||||
notice="DO NOT CLOSE THIS POPUP OR YOUR ORDER WILL GET STUCK" />
|
||||
title={`Buying ${handle}@${domain}`} />
|
||||
{registerStatus?.paid && <div className="flex f-col">
|
||||
<h4>Order Paid!</h4>
|
||||
<p>Your new NIP-05 handle is: <code>{handle}@{domain}</code></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user