rename Listing threshold to Deposit threshold, add donation note in terms
This commit is contained in:
@@ -311,7 +311,7 @@ footer a{color:var(--accent);text-decoration:none}
|
||||
<div class="panel">
|
||||
<h2>How ranking works</h2>
|
||||
<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;font-size:13px"><span style="color:var(--muted)">Early-adopter guarantee</span><b>12 months</b></div>
|
||||
</div>
|
||||
|
||||
@@ -135,8 +135,9 @@ footer a{color:var(--accent);text-decoration:none}
|
||||
</div>
|
||||
<div class="info-block">
|
||||
<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>All deposits below the threshold will be considered donations to the service and will not increase the balance.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user