removed X.com#275
Conversation
|
@esokullu is attempting to deploy a commit to the esokullu's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This PR removes the X.com (formerly Twitter) social media link from the WebBrain marketing website footer. It deletes the link anchor from the shared build template and every generated per-locale page, removes the social.x_label translation key from all locale files, and removes the X_PROFILE_URL constant and its social.x_url mapping from the build script. The Mastodon and Bluesky footer links are retained.
Changes:
- Removed the X.com footer anchor (and its SVG icon) from
web/build/template.htmland all 14 generatedindex.htmlfiles. - Removed the
social.x_labelkey from all 14 locale JSON files. - Removed the
X_PROFILE_URLconstant andsocial.x_urltemplate variable fromweb/build/build.mjs.
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| web/build/build.mjs | Drops the X_PROFILE_URL constant and social.x_url template mapping |
| web/build/template.html | Removes the X.com anchor block from the footer source template |
| web/build/locales/*.json (en, ar, es, fr, id, ja, ko, ms, ru, th, tl, tr, uk, zh) | Removes the social.x_label translation key |
| web/index.html + web/{ar,es,fr,id,ja,ko,ms,ru,th,tl,tr,uk,zh}/index.html | Removes the rendered X.com footer link and icon |
Verification performed: no references to x.com/webbrain_one, webbrain_one, X_PROFILE_URL, social.x_url, or social.x_label remain anywhere in the repo; all locale HTML and JSON files are covered consistently; removing a middle JSON key introduces no trailing-comma issues; the subscribe and blog pages have no footer social icons, so nothing was missed.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.