fix: address review — extract inline style, tighten disclaimer copy

This commit is contained in:
openhands 2026-02-22 17:16:54 +00:00
parent 533c5755b5
commit ecbd167997

View file

@ -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