rename Listing threshold to Deposit threshold, add donation note in terms

This commit is contained in:
2026-07-05 19:22:26 -04:00
parent e74259ef55
commit 2077b5b931
2 changed files with 3 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ footer a{color:var(--accent);text-decoration:none}
<div class="panel"> <div class="panel">
<h2>How ranking works</h2> <h2>How ranking works</h2>
<p class="lead">Bid-based ranking: higher contributions rank higher.</p> <p class="lead">Bid-based ranking: higher contributions rank higher.</p>
<div style="display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px"><span style="color:var(--muted)">Listing threshold</span><b class="mono"><span id="thr-min">50,000</span> sats</b></div> <div style="display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px"><span style="color:var(--muted)">Deposit threshold</span><b class="mono"><span id="thr-min">50,000</span> sats</b></div>
<div style="display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px"><span style="color:var(--muted)">Plugin integration</span><b>automatic</b></div> <div style="display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px"><span style="color:var(--muted)">Plugin integration</span><b>automatic</b></div>
<div style="display:flex;justify-content:space-between;padding:8px 0;font-size:13px"><span style="color:var(--muted)">Early-adopter guarantee</span><b>12 months</b></div> <div style="display:flex;justify-content:space-between;padding:8px 0;font-size:13px"><span style="color:var(--muted)">Early-adopter guarantee</span><b>12 months</b></div>
</div> </div>

View File

@@ -135,8 +135,9 @@ footer a{color:var(--accent);text-decoration:none}
</div> </div>
<div class="info-block"> <div class="info-block">
<span class="ic">04</span> <span class="ic">04</span>
<h3>Listing Threshold</h3> <h3>Deposit Threshold</h3>
<p>The minimum payment required to be listed is <span id="thr-min">50,000</span> sats. This threshold may be adjusted over time.</p> <p>The minimum payment required to be listed is <span id="thr-min">50,000</span> sats. This threshold may be adjusted over time.</p>
<p>All deposits below the threshold will be considered donations to the service and will not increase the balance.</p>
</div> </div>
</div> </div>
</section> </section>