...
 
Commits (2)
......@@ -468,9 +468,9 @@ export class BoostCreatorComponent implements AfterViewInit {
if (this.boost.currency === 'onchain'
&& (this.boost.amount < this.rates.min
|| this.boost.amount > (this.rates.cap * 2)
|| this.boost.amount > (this.rates.cap)
)) {
throw new VisibleBoostError(`You must boost between ${this.rates.min} and ${this.rates.cap * 2} views.`);
throw new VisibleBoostError(`You must boost between ${this.rates.min} and ${this.rates.cap} views.`);
}
......
......@@ -37,7 +37,7 @@
</span>
<ul class="m-boostCreatorSelector__bullets">
<li>Max 10k per boost</li>
<!-- <li>Max 10k per boost</li> -->
<li>Stored on the blockchain</li>
<li>Stand out in the feeds</li>
<li>Gain "OnChain" badge</li>
......@@ -78,7 +78,7 @@
</span>
<ul class="m-boostCreatorSelector__bullets">
<li>Max 5k per boost</li>
<!-- <li>Max 5k per boost</li> -->
<li>Stored on Minds servers</li>
<li>No transaction fee</li>
<li style="list-style:none">&nbsp;</li>
......