Skip to content

Commit

Permalink
chore: update Twitter link and labels to X branding (#1233)
Browse files Browse the repository at this point in the history
1. Changed `href` in GetConnectedButton from Twitter to X URL (https://x.com/base)
2. Updated `title` and `aria-label` to reflect "Join us on X" instead of "Join us on Twitter"
3. Kept `iconName` and `eventName` as "twitter" to ensure compatibility with existing icons and events
  • Loading branch information
NikolaiKryshnev authored Nov 14, 2024
1 parent 0c7febf commit 474a4e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/GetConnected/GetConnected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export async function GetConnected() {
/>
<GetConnectedButton
iconName="twitter"
href="https://twitter.com/base"
href="https://x.com/base"
eventName="twitter"
title="Join us on Twitter"
aria-label="Join us on Twitter"
title="Join us on X"
aria-label="Join us on X"
/>
<GetConnectedButton
iconName="github"
Expand Down

0 comments on commit 474a4e0

Please sign in to comment.