Skip to content

Commit

Permalink
Merge pull request #25 from hemilabs/x-links
Browse files Browse the repository at this point in the history
Fix X links
  • Loading branch information
gabmontes authored Feb 24, 2025
2 parents 1b47c6e + a29d0c9 commit dbe89ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ENVS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dbe89ec

Please sign in to comment.