From aa9d6662f154298f5178eeeddfc2e3b583a8812e Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 31 Jan 2023 19:56:57 +0000 Subject: [PATCH] chore: remove notice --- src/Element/Nip5Service.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Element/Nip5Service.tsx b/src/Element/Nip5Service.tsx index e3d06abfc..a7a23938f 100644 --- a/src/Element/Nip5Service.tsx +++ b/src/Element/Nip5Service.tsx @@ -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 &&

Order Paid!

Your new NIP-05 handle is: {handle}@{domain}