From f37cb0aa03b96d59dbdbb9fea4058386dbe704b7 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 18 Dec 2024 13:42:51 +0800 Subject: [PATCH] Update twitter handle (#885) --- apps/helixbox-app/src/components/footer.tsx | 2 +- apps/helixbox-home/src/components/homepage-social-media.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/helixbox-app/src/components/footer.tsx b/apps/helixbox-app/src/components/footer.tsx index 746e9c3d..aca5badb 100644 --- a/apps/helixbox-app/src/components/footer.tsx +++ b/apps/helixbox-app/src/components/footer.tsx @@ -103,7 +103,7 @@ function Social() { icon: Github, }, { - link: "https://x.com/helixofficialx", + link: "https://x.com/HelixboxLabs", icon: X, }, { diff --git a/apps/helixbox-home/src/components/homepage-social-media.tsx b/apps/helixbox-home/src/components/homepage-social-media.tsx index d7438acc..41542415 100644 --- a/apps/helixbox-home/src/components/homepage-social-media.tsx +++ b/apps/helixbox-home/src/components/homepage-social-media.tsx @@ -1,6 +1,6 @@ const data: { label: string; link: string; icon: string; width: number; height: number }[] = [ { label: "Github", link: "https://github.com/helix-bridge", icon: "images/social/github.svg", width: 18, height: 18 }, - { label: "X", link: "https://x.com/helixofficialx", icon: "images/social/x.svg", width: 16, height: 16 }, + { label: "X", link: "https://x.com/HelixboxLabs", icon: "images/social/x.svg", width: 16, height: 16 }, { label: "Discord", link: "https://discord.gg/6XyyNGugdE",