diff --git a/packages/app/src/components/TheWelcome.vue b/packages/app/src/components/TheWelcome.vue
index cbafc0078d..a02a821402 100644
--- a/packages/app/src/components/TheWelcome.vue
+++ b/packages/app/src/components/TheWelcome.vue
@@ -64,7 +64,7 @@ import ToolingIcon from "@/components/icons/IconTooling.vue";
Vue Land, our official Discord server, or
StackOverflow. You should also
subscribe to our mailing list and follow the official
- @vuejs
+ @vuejs
twitter account for latest news in the Vue world.
diff --git a/packages/app/src/components/header/TheHeader.vue b/packages/app/src/components/header/TheHeader.vue
index f92cc6592e..a666cc455b 100644
--- a/packages/app/src/components/header/TheHeader.vue
+++ b/packages/app/src/components/header/TheHeader.vue
@@ -204,7 +204,7 @@ const toolsLinks = reactive(links);
const socials = [
{ url: "https://join.zksync.dev/", component: DiscordIcon },
- { url: "https://twitter.com/zksync", component: TwitterIcon },
+ { url: "https://x.com/zksync", component: TwitterIcon },
];
const hasContent = computed(() => {
diff --git a/packages/app/src/views/MaintenanceView.vue b/packages/app/src/views/MaintenanceView.vue
index d89df090ec..a6b835db8d 100644
--- a/packages/app/src/views/MaintenanceView.vue
+++ b/packages/app/src/views/MaintenanceView.vue
@@ -8,13 +8,13 @@
{{ currentNetwork.l2NetworkName }}
- {{ t("maintenance.twitterLink") }}
+ {{ t("maintenance.twitterLink") }}
{{ t("maintenance.uptimeLink") }}
-