Skip to content

Commit

Permalink
Stake position summary: amend voting power text (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Feb 11, 2025
1 parent d116669 commit 260a7e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ export function StakePositionSummary({
})}
>
<p>
Voting power increases over time based on the total amount of LQTY staked.
Your relative voting power changes over time, depending on your and others deposits of
LQTY.
</p>
{account.address && (govUser.data?.stakedLQTY ?? 0n) > 0n && (
<div
Expand Down

0 comments on commit 260a7e2

Please sign in to comment.