diff --git a/src/modules/Whitelist/HistoryMessage/index.tsx b/src/modules/Whitelist/HistoryMessage/index.tsx index b857f2b3e..5fdc85db9 100644 --- a/src/modules/Whitelist/HistoryMessage/index.tsx +++ b/src/modules/Whitelist/HistoryMessage/index.tsx @@ -77,7 +77,7 @@ const HistoryMessage = () => {

You've spent {formatCurrency(amount.fee, 0)} BTC for gas fees across {formatCurrency(amount.txsCount, 0)} transactions

Congratulations, you've earned {formatCurrency(amount.point, 0)} points

- +
) : (

diff --git a/src/modules/Whitelist/steps/Step/styles.module.scss b/src/modules/Whitelist/steps/Step/styles.module.scss index b7c8b143a..733d7ce34 100644 --- a/src/modules/Whitelist/steps/Step/styles.module.scss +++ b/src/modules/Whitelist/steps/Step/styles.module.scss @@ -120,6 +120,7 @@ font-size: 14px; font-weight: 400; line-height: 140%; + white-space: pre-wrap; } &_action { diff --git a/src/modules/Whitelist/steps/index.tsx b/src/modules/Whitelist/steps/index.tsx index 36eaa6e4f..68431c8b2 100644 --- a/src/modules/Whitelist/steps/index.tsx +++ b/src/modules/Whitelist/steps/index.tsx @@ -150,7 +150,7 @@ const Steps = () => { }, { title: 'Verify your Bitcoin wallet', - desc: 'The more gas you paid on Bitcoin, the higher the multiplier you receive!', + desc: 'Upgrade Your Multiplier\n' + 'The more gas you paid on Bitcoin, the higher the multiplier you receive!', actionText: 'Connect wallet', actionHandle: onToggleConnect, isActive: !!token, diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index 9b7a22103..33fcf3f8f 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -20,11 +20,15 @@ export const getLink = (referralCode?: string) => { return `${window.location.origin}${referral}`; }; -export const shareTwitterSignature = () => { +export const shareTwitterSignature = (params: { + fee: string | number, + txsCount: string | number, + point: string | number, +}) => { const shareUrl = getLink(''); let content = ''; - content = `Welcome to the future of Bitcoin with @bvmnetwork.\n\nBitcoin Virtual Machine is the first modular blockchain metaprotocol that lets you launch your Bitcoin L2 blockchain protocol in a few clicks.\n\n$BVM public sale starting soon.`; + content = `Verified my wallet on @bvmnetwork and upped my game! Paid ${params.fee} BTC in gas over ${params.txsCount} transactions and snagged ${params.point} points from bvm.network for their upcoming public sale!`; window.open( `https://twitter.com/intent/tweet?url=${shareUrl}&text=${encodeURIComponent(