Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Refactor MigrationStartModal component to improve user instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Sep 24, 2024
1 parent 619e84a commit ea0e69f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/migration/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ export function MigrationStartModal({
</p>
<div className="flex flex-col gap-2.5">
{[
"Unstake both your staking RING and Deposit",
"Migrate all your Deposit",
"Go to new staking DApp to create new stake",
"to unstake your staked RING and Deposit.",
"to migrate your Deposit.",
"to go to the new staking DApp and create a new stake.",
].map((step, index) => (
<div key={index} className="bg-white/20 px-5 py-2.5 text-sm font-light leading-[22px] text-white">
Step {index + 1}: Click &quot;{["Unstake", "Migrate", "Stake"][index]}&quot; button {step}
Step {index + 1}: Click &quot;{["Unstake", "Migrate", "Stake in new pool"][index]}&quot; button {step}
</div>
))}
</div>
Expand Down

0 comments on commit ea0e69f

Please sign in to comment.