Skip to content

fix: replace twitter.com with x.com in footer links (#3622)#198

Open
universe7creator wants to merge 2 commits into
keploy:mainfrom
universe7creator:fix/update-twitter-to-x-3622
Open

fix: replace twitter.com with x.com in footer links (#3622)#198
universe7creator wants to merge 2 commits into
keploy:mainfrom
universe7creator:fix/update-twitter-to-x-3622

Conversation

@universe7creator

Copy link
Copy Markdown

Description

Replace all Twitter links with X links in the footer across 5 files. This fixes issue #3622 where the X (Twitter) footer link redirects to a non-existent account.

Changes

  • components/ui/footer.tsx: Update Twitter link to X
  • components/utils/common.tsx: Update Twitter link to X
  • components/community.tsx: Update Twitter link to X
  • components/conf/footer.tsx: Update Twitter link to X
  • components/devscribe/footer.tsx: Update Twitter link to X

Acceptance Criteria

  • All Twitter links updated to X links
  • Footer icons correctly link to https://x.com/Keployio
  • No broken links in footer

Fixes: keploy/keploy#3622

universe7creator and others added 2 commits April 4, 2026 02:46
The Home link in the footer was pointing to #0 which doesn't navigate anywhere.
Changed href from #0 to / to properly link to the homepage.

This fixes the broken footer links issue #3621.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update all Twitter links to X links across 5 files
- Fixes issue #3622: X (Twitter) footer link redirects to non-existent account
- Affected: footer.tsx, common.tsx, community.tsx, conf/footer.tsx, devscribe/footer.tsx

Fixes: keploy/keploy#3622
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[blog-website]: X (Twitter) footer link redirects to a non-existent account

1 participant