diff --git a/apps/web/public/images/social/twitter.svg b/apps/web/public/images/social/twitter.svg
deleted file mode 100644
index 836d85939..000000000
--- a/apps/web/public/images/social/twitter.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/apps/web/public/images/social/x.svg b/apps/web/public/images/social/x.svg
new file mode 100644
index 000000000..5c0aa7020
--- /dev/null
+++ b/apps/web/public/images/social/x.svg
@@ -0,0 +1,3 @@
+
diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx
index 0b7fa782e..a18e24f79 100644
--- a/apps/web/src/components/footer.tsx
+++ b/apps/web/src/components/footer.tsx
@@ -102,8 +102,8 @@ function Social() {
icon: ,
},
{
- link: "https://twitter.com/helixbridges",
- icon: ,
+ link: "https://x.com/helixofficialx",
+ icon: ,
},
{
link: "https://discord.gg/6XyyNGugdE",
diff --git a/package.json b/package.json
index 050b6302a..c6004b97d 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && pnpm store prune && rm -rf .turbo node_modules",
+ "web": "pnpm --filter @helixbridge/web",
"build:web": "pnpm run build --filter @helixbridge/web",
"build:ui": "pnpm run build --filter @helixbridge/ui",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yaml}\"",