enable zaps on community message for zap threads wrapper

This commit is contained in:
austinkelsay 2024-11-10 16:01:10 -06:00
parent e6775d74aa
commit 152721a5d5
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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