mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-21 06:55:05 +00:00
enable zaps on community message for zap threads wrapper
This commit is contained in:
parent
e6775d74aa
commit
152721a5d5
src
@ -93,7 +93,6 @@ const CommunityMessage = ({ message, searchQuery, windowWidth, platform }) => {
|
|||||||
anchor={nip19.noteEncode(message.id)}
|
anchor={nip19.noteEncode(message.id)}
|
||||||
user={nsec || npub || null}
|
user={nsec || npub || null}
|
||||||
relays="wss://nos.lol/, wss://relay.damus.io/, wss://relay.snort.social/, wss://relay.nostr.band/, wss://relay.mutinywallet.com/, wss://relay.primal.net/, wss://relay.devs.tools/"
|
relays="wss://nos.lol/, wss://relay.damus.io/, wss://relay.snort.social/, wss://relay.nostr.band/, wss://relay.mutinywallet.com/, wss://relay.primal.net/, wss://relay.devs.tools/"
|
||||||
disable="zaps"
|
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,7 +35,7 @@ const AboutPage = () => {
|
|||||||
<div className={`${isTabView ? 'w-full' : 'w-[83vw]'} ${isMobile ? 'p-0' : 'p-4'} mx-auto`}>
|
<div className={`${isTabView ? 'w-full' : 'w-[83vw]'} ${isMobile ? 'p-0' : 'p-4'} mx-auto`}>
|
||||||
<InteractivePromotionalCarousel />
|
<InteractivePromotionalCarousel />
|
||||||
<Card title="Key Features" className={`mb-4 ${isMobile ? 'm-2' : null}`}>
|
<Card title="Key Features" className={`mb-4 ${isMobile ? 'm-2' : null}`}>
|
||||||
<div className="flex flex-col gap-4">
|
<div className="flex flex-col gap-4 max-w-[80%]">
|
||||||
<div className="flex flex-col items-start justify-center">
|
<div className="flex flex-col items-start justify-center">
|
||||||
<div className='flex items-start'>
|
<div className='flex items-start'>
|
||||||
<i className="pi pi-cloud text-2xl text-primary mr-2 text-blue-400"></i>
|
<i className="pi pi-cloud text-2xl text-primary mr-2 text-blue-400"></i>
|
||||||
|
@ -260,7 +260,7 @@ const Subscribe = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<Card title="Frequently Asked Questions" className="mb-6">
|
<Card title="Frequently Asked Questions" className="mb-6">
|
||||||
<div className="flex flex-col gap-4">
|
<div className="flex flex-col gap-4 max-w-[80%]">
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold">How does the subscription work?</h3>
|
<h3 className="text-lg font-semibold">How does the subscription work?</h3>
|
||||||
<p>Think of the subscriptions as a Patreon-type model. You pay a monthly fee and in return you get access to premium features and all of the paid content. You can cancel at any time.</p>
|
<p>Think of the subscriptions as a Patreon-type model. You pay a monthly fee and in return you get access to premium features and all of the paid content. You can cancel at any time.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user