Skip to content

Commit

Permalink
Chore/improve-slpx-staking-copy (#1168)
Browse files Browse the repository at this point in the history
* chore: update copy and link for bifrost v tokens staking info

* chore: fix minor copy issues
  • Loading branch information
chidg authored Aug 20, 2024
1 parent bacaf6f commit ce8f405
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const AddStakeSideSheet = (props: AddStakeSideSheetProps) => {
<Zap /> Stake
</div>
}
subtitle="SLPx liquid staking"
subtitle="Liquid Staking"
onRequestDismiss={props.onRequestDismiss}
css={{ [SIDE_SHEET_WIDE_BREAK_POINT_SELECTOR]: { width: '48rem' } }}
>
Expand Down Expand Up @@ -120,7 +120,7 @@ const AddStakeSideSheet = (props: AddStakeSideSheetProps) => {
/>
</Surface>
<Text.Body as="p" css={{ marginTop: '4.8rem' }}>
{`To get started with Bifrost liquid standing for ${props.slpxPair.nativeToken.symbol}, you'll need ${props.slpxPair.nativeToken.symbol} on ${props.slpxPair.chain.name}. Once staked, you'll receive ${props.slpxPair.vToken.symbol} (voucher ${props.slpxPair.nativeToken.symbol}) as your liquid staking token, which has fully underlying ${props.slpxPair.nativeToken.symbol} reserve and is directly yield bearing.`}{' '}
{`To get started with Bifrost Liquid Staking for ${props.slpxPair.nativeToken.symbol}, you'll need ${props.slpxPair.nativeToken.symbol} on ${props.slpxPair.chain.name}. Once staked, you'll receive ${props.slpxPair.vToken.symbol} (voucher ${props.slpxPair.nativeToken.symbol}) as your liquid staking token, which has fully underlying ${props.slpxPair.nativeToken.symbol} reserve and is directly yield bearing.`}{' '}
<Text.Noop.A target="blank" href="https://bifrost.io/#liquidStaking ">
Learn more
</Text.Noop.A>
Expand Down

0 comments on commit ce8f405

Please sign in to comment.