diff --git a/src/modules/Whitelist/leaderBoard/index.tsx b/src/modules/Whitelist/leaderBoard/index.tsx index 2f3e4cfae..3adfc23fe 100644 --- a/src/modules/Whitelist/leaderBoard/index.tsx +++ b/src/modules/Whitelist/leaderBoard/index.tsx @@ -474,7 +474,7 @@ const LeaderBoard = () => { {renderTimeLine({ - content:

Public sale starting Jan 24

+ content:

Public sale starting soon

})} {count !== undefined && ( renderTimeLine({ diff --git a/src/modules/Whitelist/steps/index.tsx b/src/modules/Whitelist/steps/index.tsx index a67432ceb..4adadec5a 100644 --- a/src/modules/Whitelist/steps/index.tsx +++ b/src/modules/Whitelist/steps/index.tsx @@ -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, },