Skip to content

Commit

Permalink
chore: moved new copy to own paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Dec 3, 2024
1 parent 04296e0 commit 1f474f3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,14 @@ const AddStakeSideSheet = (props: AddStakeSideSheetProps) => {
/>
</Surface>
<Text.Body as="p" css={{ marginTop: '4.8rem' }}>
{`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. Make sure you have ETH on Manta Pacific in order to complete Manta liquid staking on Bifrost.`}{' '}
{`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>
</Text.Body>
<Text.Body as="p" css={{ marginTop: '1.6rem' }}>
Make sure you have ETH on Manta Pacific in order to complete Manta liquid staking on Bifrost.
</Text.Body>
<div className="mt-2 flex justify-end">
<Tooltip content="Transaction may take several minutes to complete">
<SurfaceChip className="cursor-default">
Expand Down

0 comments on commit 1f474f3

Please sign in to comment.