Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MLY0813 authored May 16, 2024
1 parent 95a9f8b commit d9b0233
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/shared/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ const Menu: FC<Props> = (props) => {
icon: <Github />,
content: <Trans>Github</Trans>,
},
{
id: 'community',
link: 'https://t.me/CofiXProtocol',
icon: <Community />,
content: <Trans>Community</Trans>,
},
// {
// id: 'community',
// link: 'https://t.me/CofiXProtocol',
// icon: <Community />,
// content: <Trans>Community</Trans>,
// },
{
id: 'switch-to-v2.1',
link: 'https://v21.cofix.tech',
Expand Down

0 comments on commit d9b0233

Please sign in to comment.