Commit 6f17cf0c authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

change x handle (#2576)

* change x handle

* change handle in merits program
parent ecdadce4
...@@ -35,7 +35,7 @@ const RewardsDashboard = () => { ...@@ -35,7 +35,7 @@ const RewardsDashboard = () => {
return null; return null;
} }
let shareText = `Claim your free @blockscoutcom #Merits and start building your daily streak today! #Blockscout #Merits #IYKYK\n\nBoost your rewards instantly by using my referral code: ${ referralsQuery.data?.link }`; // eslint-disable-line max-len let shareText = `Claim your free @blockscout #Merits and start building your daily streak today! #Blockscout #Merits #IYKYK\n\nBoost your rewards instantly by using my referral code: ${ referralsQuery.data?.link }`; // eslint-disable-line max-len
if (dailyRewardQuery.data?.streak && Number(dailyRewardQuery.data.streak) > 0) { if (dailyRewardQuery.data?.streak && Number(dailyRewardQuery.data.streak) > 0) {
const days = `day${ Number(dailyRewardQuery.data.streak) === 1 ? '' : 's' }`; const days = `day${ Number(dailyRewardQuery.data.streak) === 1 ? '' : 's' }`;
......
...@@ -22,7 +22,7 @@ const CongratsStepContent = ({ isReferral }: Props) => { ...@@ -22,7 +22,7 @@ const CongratsStepContent = ({ isReferral }: Props) => {
const referralReward = Number(registrationWithReferralReward) - Number(registrationReward); const referralReward = Number(registrationWithReferralReward) - Number(registrationReward);
const refLink = referralsQuery.data?.link || 'N/A'; const refLink = referralsQuery.data?.link || 'N/A';
const shareText = `I joined the @blockscoutcom Merits Program and got my first ${ registrationReward || 'N/A' } #Merits! Use this link for a sign-up bonus and start earning rewards with @blockscoutcom block explorer.\n\n${ refLink }`; // eslint-disable-line max-len const shareText = `I joined the @blockscout Merits Program and got my first ${ registrationReward || 'N/A' } #Merits! Use this link for a sign-up bonus and start earning rewards with @blockscout block explorer.\n\n${ refLink }`; // eslint-disable-line max-len
const textColor = useColorModeValue('blue.700', 'blue.100'); const textColor = useColorModeValue('blue.700', 'blue.100');
const dividerColor = useColorModeValue('whiteAlpha.800', 'whiteAlpha.100'); const dividerColor = useColorModeValue('whiteAlpha.800', 'whiteAlpha.100');
......
...@@ -53,7 +53,7 @@ const Footer = () => { ...@@ -53,7 +53,7 @@ const Footer = () => {
icon: 'social/twitter' as const, icon: 'social/twitter' as const,
iconSize: '18px', iconSize: '18px',
text: 'X (ex-Twitter)', text: 'X (ex-Twitter)',
url: 'https://www.twitter.com/blockscoutcom', url: 'https://x.com/blockscout',
}, },
{ {
icon: 'social/discord' as const, icon: 'social/discord' as const,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment