Skip to content

Commit

Permalink
proviso wording
Browse files Browse the repository at this point in the history
  • Loading branch information
studioTeaTwo committed Dec 19, 2023
1 parent 6f3762a commit 312e236
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/routes/articles/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
<input type="text" name="nostrSeckey" placeholder="nsec123..." />
<button type="button" on:click={handleClickNostrSeckey}>input</button>
<button type="button" on:click={handleClickNip07}>NIP-07</button>
<div class="paywall-nostr-description">
<p class="paywall-nostr-description-text">
<div class="paywall-description">
<p class="paywall-description-text">
We use LightningNetwork to purchase the paywalled content. First, log in to Nostr,
then pay your LightningNetwork invoice. Nostr is used to synchronize the payment
proof, which is a preimage of the invoice, via a direct message by NIP-04 after
Expand Down Expand Up @@ -271,6 +271,12 @@
Open Wallet
</button>
</div>
<div class="paywall-description">
<p class="paywall-description-text">
This is a proof of concept. The full article can be found at GitHub link in the bottom
bar. Please think of it just as a kind of donation.
</p>
</div>
{/if}

{#if dev || DEVTOOLS_ON}
Expand Down Expand Up @@ -378,11 +384,11 @@
font-size: 0.8rem;
}
}
.paywall-nostr-description {
.paywall-description {
max-width: 300px;
margin: 0 auto;
}
.paywall-nostr-description-text {
.paywall-description-text {
color: snow;
text-align: left;
@media screen and (min-width: 1024px) {
Expand Down

0 comments on commit 312e236

Please sign in to comment.