From c431a26f2e3dd5f157ac49b86a9f6f4fe9af0dcf Mon Sep 17 00:00:00 2001 From: Avi Atkin <103125634+avious00@users.noreply.github.com> Date: Wed, 29 May 2024 15:33:55 -0400 Subject: [PATCH] twitter link from hyperlane_xyz to hyperlane --- src/consts/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/links.ts b/src/consts/links.ts index fcee5ad..48ed846 100644 --- a/src/consts/links.ts +++ b/src/consts/links.ts @@ -6,6 +6,6 @@ export const links = { docs: 'https://docs.hyperlane.xyz', gasDocs: 'https://docs.hyperlane.xyz/docs/reference/hooks/interchain-gas', chains: 'https://docs.hyperlane.xyz/docs/resources/domains', - twitter: 'https://twitter.com/hyperlane_xyz', + twitter: 'https://twitter.com/hyperlane', blog: 'https://medium.com/hyperlane', };