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: ,
},
{
- link: "https://x.com/helixofficialx",
+ link: "https://x.com/HelixboxLabs",
icon: ,
},
{
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",