mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
enable zaps on community message for zap threads wrapper
This commit is contained in:
parent
e6775d74aa
commit
152721a5d5
@ -93,7 +93,6 @@ const CommunityMessage = ({ message, searchQuery, windowWidth, platform }) => {
|
||||
anchor={nip19.noteEncode(message.id)}
|
||||
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/"
|
||||
disable="zaps"
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
|
@ -35,7 +35,7 @@ const AboutPage = () => {
|
||||
<div className={`${isTabView ? 'w-full' : 'w-[83vw]'} ${isMobile ? 'p-0' : 'p-4'} mx-auto`}>
|
||||
<InteractivePromotionalCarousel />
|
||||
<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 items-start'>
|
||||
<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">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex flex-col gap-4 max-w-[80%]">
|
||||
<div>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user