fix: remove unmaintained Mastodon link from footer#8849
fix: remove unmaintained Mastodon link from footer#88497487 wants to merge 1 commit intonodejs:mainfrom
Conversation
The Mastodon account @nodejs on social.lfx.dev is no longer maintained by the foundation's marketing team per community discussion. Co-Authored-By: Claude Opus 4.7 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit a8856c3. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Pull request overview
Removes an unmaintained Mastodon social link from the site footer navigation configuration, aligning the public-facing footer icons with current community/marketing ownership.
Changes:
- Removes the Mastodon entry from
socialLinksin the site navigation config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "link": "https://discord.gg/nodejs", | ||
| "alt": "Discord" | ||
| }, | ||
| { | ||
| "icon": "mastodon", | ||
| "link": "https://social.lfx.dev/@nodejs", | ||
| "alt": "Mastodon" | ||
| }, | ||
| { | ||
| "icon": "bluesky", | ||
| "link": "https://bsky.app/profile/nodejs.org", |
|
Duplicate of #8649 |
Description
The Mastodon account @nodejs on social.lfx.dev is no longer maintained by the foundation's marketing team per issue #7873.
Changes
apps/site/navigation.jsonsocialLinks arrayCo-Authored-By: Claude Opus 4.7 [email protected]