From b214f13c7dab4e95598637c629bed37e5d4469cd Mon Sep 17 00:00:00 2001 From: Mrsandeep27 Date: Mon, 20 Apr 2026 16:02:09 +0530 Subject: [PATCH] fix(footer): correct Twitter/X handle to official @keploy account (#3622) 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 --- components/footer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/footer.tsx b/components/footer.tsx index c016191c..49a0023b 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -75,7 +75,8 @@ export default function Footer() { target="_blank" rel="noopener noreferrer" className="text-gray-500 hover:text-gray-500 transition-colors" - href="https://x.com/Keployio" + href="https://x.com/keploy" + aria-label="Keploy on Twitter / X" > Twitter