Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Jan 12, 2024
1 parent f14a484 commit 3f7b289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ const LeaderBoard = () => {
<Box className={styles.timeLine}>
<Box>
{renderTimeLine({
content: <p>Public sale starting <span>Jan 24</span></p>
content: <p>Public sale starting soon</p>
})}
{count !== undefined && (
renderTimeLine({
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Steps = () => {
},
{
title: 'The more you post, the more points you earn.',
desc: 'The number of posts is unlimited. All you need to do is create a post on X, tag @bvmnetwork, and earn more points to upgrade your multiplier.',
desc: 'The number of posts is unlimited. All you need to do is create a post on X, tag @bvmnetwork, earn more points with higher post engagement to upgrade your multiplier.',
actionText: 'Share More',
actionHandle: handleShareTwMore,
},
Expand Down

0 comments on commit 3f7b289

Please sign in to comment.