chore: remove notice

This commit is contained in:
Kieran 2023-01-31 19:56:57 +00:00
parent 14769f8f33
commit aa9d6662f1
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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>