diff --git a/src/components/Header/MobileHeader.tsx b/src/components/Header/MobileHeader.tsx index 8b877f6ef..866e3c83e 100644 --- a/src/components/Header/MobileHeader.tsx +++ b/src/components/Header/MobileHeader.tsx @@ -99,11 +99,11 @@ const MobileHeader: React.FC = ({ icon: , title: 'Announcements', }, - { - link: 'https://t.me/+OQ-H4hjc-BU5ZmRl', - icon: , - title: 'Discord', - }, + // { + // link: 'https://t.me/+OQ-H4hjc-BU5ZmRl', + // icon: , + // title: 'Discord', + // }, { link: 'https://blog.quickswap.exchange/', icon: , diff --git a/src/pages/LandingPage/CommunityBlock.tsx b/src/pages/LandingPage/CommunityBlock.tsx index 44153f252..7c76c51b6 100644 --- a/src/pages/LandingPage/CommunityBlock.tsx +++ b/src/pages/LandingPage/CommunityBlock.tsx @@ -49,11 +49,11 @@ const CommunityBlock: React.FC = ({}) => { icon: , title: 'Announcements', }, - { - link: 'https://t.me/+OQ-H4hjc-BU5ZmRl', - icon: , - title: 'Discord', - }, + // { + // link: 'https://t.me/+OQ-H4hjc-BU5ZmRl', + // icon: , + // title: 'Discord', + // }, { link: 'https://blog.quickswap.exchange/', icon: ,