Skip to content

Commit

Permalink
fix: telegram channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinIsCash committed Nov 26, 2021
1 parent 559af6d commit 61e03e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/More.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const items = (i18n: I18n) => [
{
name: i18n._(t`Telegram`),
description: i18n._(t`Join the community on Telegram.`),
href: 'https://t.me/TangoSwapOfficial',
href: 'https://t.me/tangoswapcash',
external: true,
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/components/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const items = (i18n: I18n) => [
{
name: i18n._(t`Telegram`),
description: i18n._(t`Join the community on Telegram.`),
href: 'https://t.me/TangoSwapOfficial',
href: 'https://t.me/tangoswapcash',
},
]

Expand Down

0 comments on commit 61e03e6

Please sign in to comment.