fix: remove Telegram link from website footer - #2829
Open
chip-peanut-bot[bot] wants to merge 1 commit into
Open
Conversation
Co-authored-by: Aleks Balinda <aleks@peanut.me> Co-authored-by: Chip <chip-bot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
abalinda
approved these changes
Aug 26, 2026
Contributor
Code-analysis diffPainscore total: 7330.76 → 7330.7 (-0.06) 🆕 New findings (1)
✅ Resolved (1)
|
Contributor
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
Contributor
Author
There was a problem hiding this comment.
Chip review: Review clean
No actionable defects found. The exact two-line deletion removes the Telegram footer entry and its now-unused icon import without changing the shared desktop/mobile social rendering or other Telegram behavior.
Checked clean
- Confirmed the detached worktree HEAD, PR head/base metadata, and merge base match the supplied SHAs.
- Reviewed the complete one-file diff and surrounding Footer implementation for correctness, security, adversarial failure paths, and slop.
- Confirmed both desktop and mobile footer socials consume the same updated SOCIALS array and retain X and GitHub links.
- Confirmed separate Telegram-sharing UI remains unchanged outside the footer.
- CI at the exact head SHA is green for format, typecheck, unit, eslint, e2e, CodeQL, and preview deployment.
Second opinion skipped: openrouter-error.
Exact head: 4d393a7fa7a1 · Context: repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replacement for #2826; clean hotfix branch from main.
What changed
Verification