diff --git a/web-app/src/components/ProtocolStatsCard.vue b/web-app/src/components/ProtocolStatsCard.vue
index d2c9b36..5058483 100644
--- a/web-app/src/components/ProtocolStatsCard.vue
+++ b/web-app/src/components/ProtocolStatsCard.vue
@@ -79,7 +79,7 @@
Indicative Annual Rate:
~{{ formatPercent(annualizedRate) }}
(based on 7d average — not a promise)
- Staking value comes from supply growth, not fees. When new users buy KRK, stakers' positions multiply.
+ Staking multiplies your position when supply grows, not from fees.
@@ -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