Skip to content

Commit 305839e

Browse files
isstuevcarlomigueldy
authored andcommitted
change x handle (blockscout#2576)
* change x handle * change handle in merits program
1 parent ab03fe5 commit 305839e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/pages/RewardsDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const RewardsDashboard = () => {
3535
return null;
3636
}
3737

38-
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
38+
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
3939

4040
if (dailyRewardQuery.data?.streak && Number(dailyRewardQuery.data.streak) > 0) {
4141
const days = `day${ Number(dailyRewardQuery.data.streak) === 1 ? '' : 's' }`;

ui/rewards/login/steps/CongratsStepContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CongratsStepContent = ({ isReferral }: Props) => {
2222
const referralReward = Number(registrationWithReferralReward) - Number(registrationReward);
2323

2424
const refLink = referralsQuery.data?.link || 'N/A';
25-
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
25+
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
2626

2727
const textColor = useColorModeValue('blue.700', 'blue.100');
2828
const dividerColor = useColorModeValue('whiteAlpha.800', 'whiteAlpha.100');

ui/snippets/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Footer = () => {
5353
icon: 'social/twitter' as const,
5454
iconSize: '18px',
5555
text: 'X (ex-Twitter)',
56-
url: 'https://www.twitter.com/blockscoutcom',
56+
url: 'https://x.com/blockscout',
5757
},
5858
{
5959
icon: 'social/discord' as const,

0 commit comments

Comments
 (0)