Skip to content

Commit

Permalink
refactor(tangle-dapp): Simplify onboarding modal
Browse files Browse the repository at this point in the history
  • Loading branch information
yurixander committed Nov 17, 2024
1 parent a4031f8 commit 013a037
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions apps/tangle-dapp/app/liquid-staking/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
CoinIcon,
EditLine,
Search,
SparklingIcon,
WaterDropletIcon,
} from '@webb-tools/icons';
import { OnboardingPageKey } from '@webb-tools/tangle-shared-ui/constants';
Expand Down Expand Up @@ -122,14 +121,8 @@ const LiquidStakingPage: FC = () => {

<OnboardingItem
Icon={CoinIcon}
title="Obtain derivative tokens"
description="When you join a pool, you'll automatically receive its derivative asset, which can be traded and used within Tangle's restaking infrastructure."
/>

<OnboardingItem
Icon={SparklingIcon}
title="Earn Rewards While Staying Liquid"
description="Use or trade your derivative tokens while automatically earning staking rewards. That's the magic of liquid staking!"
title="Obtain LSTs"
description="When you join a pool, you'll automatically receive its derivative asset, which can be traded and used within Tangle's restaking infrastructure while automatically earning staking rewards."
/>
</OnboardingModal>

Expand Down

0 comments on commit 013a037

Please sign in to comment.