Skip to content

Commit

Permalink
Merge pull request #1624 from jirokobadev/hostfix/hide-discord-link
Browse files Browse the repository at this point in the history
hide discord link temporarily
  • Loading branch information
sameepsi authored Nov 27, 2024
2 parents 01ed749 + 6c6df92 commit 9f1ee56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/components/Header/MobileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const MobileHeader: React.FC<MobileHeaderProps> = ({
icon: <Announcement style={{ width: '30px', height: '30px' }} />,
title: 'Announcements',
},
{
link: 'https://t.me/+OQ-H4hjc-BU5ZmRl',
icon: <DiscordIcon style={{ width: '30px', height: '30px' }} />,
title: 'Discord',
},
// {
// link: 'https://t.me/+OQ-H4hjc-BU5ZmRl',
// icon: <DiscordIcon style={{ width: '30px', height: '30px' }} />,
// title: 'Discord',
// },
{
link: 'https://blog.quickswap.exchange/',
icon: <BlogIcon style={{ width: '30px', height: '30px' }} />,
Expand Down
10 changes: 5 additions & 5 deletions src/pages/LandingPage/CommunityBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ const CommunityBlock: React.FC = ({}) => {
icon: <Announcement />,
title: 'Announcements',
},
{
link: 'https://t.me/+OQ-H4hjc-BU5ZmRl',
icon: <DiscordIcon />,
title: 'Discord',
},
// {
// link: 'https://t.me/+OQ-H4hjc-BU5ZmRl',
// icon: <DiscordIcon />,
// title: 'Discord',
// },
{
link: 'https://blog.quickswap.exchange/',
icon: <BlogIcon />,
Expand Down

0 comments on commit 9f1ee56

Please sign in to comment.