From 577b5dea104cef4a1cce3f481f8f6ec95f28c4f5 Mon Sep 17 00:00:00 2001 From: austinkelsay <austinkelsay@yahoo.com> Date: Thu, 10 Oct 2024 18:36:56 -0500 Subject: [PATCH] Copy fix --- src/pages/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about.js b/src/pages/about.js index e65129e..dc8d9d4 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -65,7 +65,7 @@ const AboutPage = () => { <i className="pi pi-bolt text-2xl text-primary mr-2 mt-1 text-yellow-400"></i> <div> <h3 className="text-lg font-semibold">Content Monetization:</h3> - <p className='text-lg'>All content is zappable and some content is PAID requiring a Lightning purchase through the platform to view.</p> + <p className='text-lg'>All content is zappable and some content is PAID requiring a Lightning purchase or Subscription through the platform for permanent access.</p> <ul className="list-disc list-inside ml-2 mt-2 space-y-2"> <li><span className="text-lg font-semibold">Free:</span> Free content is available to all users. <br /> <span className="pl-4">* can be viewed on PlebDevs or any nostr client that supports NIP-23 and NIP-51.</span></li> <li><span className="text-lg font-semibold">Paid:</span> Paid content is available for purchase with Lightning. <br /> <span className="pl-4">* published to nostr but encrypted with plebdevs private key, currently only viewable on PlebDevs platform.</span></li>