From 36e9869d353930b91f4e99f803c328871b1f32ab Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Thu, 30 Jan 2025 01:48:18 +0300 Subject: [PATCH] fix: update Twitter URL to x.com format Replaced the outdated Twitter URL (https://twitter.com) with the updated x.com format (https://x.com) to align with the platform's rebranding. --- setup/env-variables/frontend-common-envs/envs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/env-variables/frontend-common-envs/envs.md b/setup/env-variables/frontend-common-envs/envs.md index c96fd7a3..408618fd 100644 --- a/setup/env-variables/frontend-common-envs/envs.md +++ b/setup/env-variables/frontend-common-envs/envs.md @@ -545,7 +545,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/blockscoutcom'` | | 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` |