fix: address review — extract inline style, tighten disclaimer copy
This commit is contained in:
parent
533c5755b5
commit
ecbd167997
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
<span class="stat-label">Indicative Annual Rate:</span>
|
||||
<span class="stat-value rate-value">~{{ formatPercent(annualizedRate) }}</span>
|
||||
<span class="stat-disclaimer">(based on 7d average — not a promise)</span>
|
||||
<span class="stat-disclaimer" style="display: block; margin-top: 4px; font-style: italic;">Staking value comes from supply growth, not fees. When new users buy KRK, stakers' positions multiply.</span>
|
||||
<span class="stat-disclaimer stat-disclaimer--detail">Staking multiplies your position when supply grows, not from fees.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -245,6 +245,10 @@ const lastRebalanceText = computed(() => {
|
|||
font-style: italic
|
||||
font-weight: 400
|
||||
|
||||
.stat-disclaimer--detail
|
||||
display: block
|
||||
margin-top: 4px
|
||||
|
||||
@media (max-width: 768px)
|
||||
.stats-row
|
||||
flex-direction: column
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue