From a29d0c963692183e0370d1032fa7ad48df57856a Mon Sep 17 00:00:00 2001 From: Gabriel Montes Date: Mon, 24 Feb 2025 11:53:13 -0500 Subject: [PATCH] Fix X links --- docs/ENVS.md | 2 +- ui/snippets/footer/Footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ENVS.md b/docs/ENVS.md index 5cb7c2c582..bd817d012d 100644 --- a/docs/ENVS.md +++ b/docs/ENVS.md @@ -527,7 +527,7 @@ This feature is **always enabled**, but you can disable it by passing `none` val | url | `string` | URL of the app which will be launched in the iframe. | Required | `'https://foo.app/launch'` | | description | `string` | Displayed only in the modal dialog with additional info about the app. | Required | `'The best app'` | | site | `string` | Displayed site link | - | `'https://blockscout.com'` | -| twitter | `string` | Displayed twitter link | - | `'https://twitter.com/blockscoutcom'` | +| twitter | `string` | Displayed twitter link | - | `'https://x.com/blockscout'` | | telegram | `string` | Displayed telegram link | - | `'https://t.me/poa_network'` | | github | `string` | Displayed github link | - | `'https://github.com/blockscout'` | | internalWallet | `boolean` | `true` means that the application can automatically connect to the Blockscout wallet. | - | `true` | diff --git a/ui/snippets/footer/Footer.tsx b/ui/snippets/footer/Footer.tsx index a4d924cf5c..5bc1029197 100644 --- a/ui/snippets/footer/Footer.tsx +++ b/ui/snippets/footer/Footer.tsx @@ -58,7 +58,7 @@ const Footer = () => { icon: 'social/twitter' as const, iconSize: '18px', text: 'X (ex-Twitter)', - url: 'https://www.twitter.com/blockscoutcom', + url: 'https://x.com/blockscout', }, { icon: 'social/discord' as const,