Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 15, 2024
1 parent 66ba45a commit bb204d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ const Steps = () => {
actionText: 'Post',
actionHandle: handleShareTwMore,
},
// {
// title: 'Verify your Bitcoin wallet',
// desc: 'The more gas you paid on Bitcoin, the higher the multiplier you receive!',
// actionText: 'Connect wallet',
// actionHandle: onToggleConnect,
// isForceActive: !!token
// },
{
title: 'Verify your Bitcoin wallet',
desc: 'The more gas you paid on Bitcoin, the higher the multiplier you receive!',
actionText: 'Connect wallet',
actionHandle: onToggleConnect,
isForceActive: !!token
},
// {
// title: 'Want to upgrade your multiplier faster? Complete the two tasks above to find out how!',
// },
Expand Down

0 comments on commit bb204d0

Please sign in to comment.