Skip to content

fix(footer): correct Twitter/X handle to official @keploy account#378

Open
Mrsandeep27 wants to merge 1 commit intokeploy:mainfrom
Mrsandeep27:fix/footer-twitter-link
Open

fix(footer): correct Twitter/X handle to official @keploy account#378
Mrsandeep27 wants to merge 1 commit intokeploy:mainfrom
Mrsandeep27:fix/footer-twitter-link

Conversation

@Mrsandeep27
Copy link
Copy Markdown

Summary

Fixes keploy/keploy#3622 — footer X/Twitter link redirected to a non-existent `@Keployio` account.

Problem

`components/footer.tsx` pointed the Twitter icon to `https://x.com/Keployio\`. Keploy's official X profile (linked from keploy.io) is `twitter.com/keploy`.

Fix

  • Change `href` to `https://x.com/keploy\`
  • Add `aria-label` so screen readers announce it consistently with the other social icons (LinkedIn, YouTube, etc. already have implicit labels via `sr-only` spans; this normalizes the Twitter case)

Test plan

  • Manual — click the X/Twitter icon in footer → lands on Keploy's real X profile.
  • Keyboard: Tab to the link, screen reader reads "Keploy on Twitter / X".

…622)

The footer's Twitter/X link pointed to `x.com/Keployio`, which does
not match Keploy's official account. Main keploy.io site links to
`twitter.com/keploy`, which is the active official handle.

- Update href to https://x.com/keploy
- Add aria-label for screen-reader parity with the other social icons

Fixes #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