From bc76cec515a014c1a57a14385fc190461f17c041 Mon Sep 17 00:00:00 2001 From: defi2025 Date: Thu, 18 Sep 2025 08:27:07 +0200 Subject: [PATCH 1/4] Issue #18: Add Android DeFiChain Wallet link --- src/pages/explore/wallets/_components/ForDailyUseSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/explore/wallets/_components/ForDailyUseSection.tsx b/src/pages/explore/wallets/_components/ForDailyUseSection.tsx index 143b0bf89..229aa7a91 100644 --- a/src/pages/explore/wallets/_components/ForDailyUseSection.tsx +++ b/src/pages/explore/wallets/_components/ForDailyUseSection.tsx @@ -54,9 +54,7 @@ export function ForDailyUseSection() { text={IconType.APPSTORE} /> From f2418e0fa78914310a0a67e126aa668c0c1c9008 Mon Sep 17 00:00:00 2001 From: defi2025 Date: Thu, 18 Sep 2025 08:31:35 +0200 Subject: [PATCH 2/4] revert push --- src/pages/explore/wallets/_components/ForDailyUseSection.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/explore/wallets/_components/ForDailyUseSection.tsx b/src/pages/explore/wallets/_components/ForDailyUseSection.tsx index 229aa7a91..143b0bf89 100644 --- a/src/pages/explore/wallets/_components/ForDailyUseSection.tsx +++ b/src/pages/explore/wallets/_components/ForDailyUseSection.tsx @@ -54,7 +54,9 @@ export function ForDailyUseSection() { text={IconType.APPSTORE} /> From 3775a837a669bfbc18dcfab8eae594930506cc48 Mon Sep 17 00:00:00 2001 From: defi2025 Date: Sun, 21 Sep 2025 14:38:45 +0200 Subject: [PATCH 3/4] Issue #21: Update Discord invite link --- cypress/fixture/homepage.config.ts | 2 +- src/layouts/components/Community.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/fixture/homepage.config.ts b/cypress/fixture/homepage.config.ts index ae5b378db..1c33d8d43 100644 --- a/cypress/fixture/homepage.config.ts +++ b/cypress/fixture/homepage.config.ts @@ -76,7 +76,7 @@ export const communityLinks = [ }, { headerId: "discord", - href: "https://discord.com/invite/py55egyaGy", + href: "https://discord.gg/5ncBGuj7", }, { headerId: "coinmarketcap", diff --git a/src/layouts/components/Community.tsx b/src/layouts/components/Community.tsx index ae6f7d36c..c5573343b 100644 --- a/src/layouts/components/Community.tsx +++ b/src/layouts/components/Community.tsx @@ -56,7 +56,7 @@ export function Community() { testID: "community-youtube", }, { - href: "https://discord.com/invite/py55egyaGy", + href: "https://discord.gg/5ncBGuj7", title: entries[1].labels[4].title, testID: "community-discord", }, From dafee84f7e09c1d54fc60e881650860fb3fee3ec Mon Sep 17 00:00:00 2001 From: defi2025 Date: Sun, 21 Sep 2025 15:04:25 +0200 Subject: [PATCH 4/4] Issue #21: Add Discord to the footer socialsRow --- src/layouts/components/SocialsRow.tsx | 29 ++++++++++++++++++--------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/layouts/components/SocialsRow.tsx b/src/layouts/components/SocialsRow.tsx index d1195b661..f2005ee40 100644 --- a/src/layouts/components/SocialsRow.tsx +++ b/src/layouts/components/SocialsRow.tsx @@ -5,7 +5,7 @@ import { AiFillYoutube, AiOutlineTwitter, } from "react-icons/ai"; -import { FaTelegramPlane } from "react-icons/fa"; +import { FaDiscord, FaTelegramPlane } from "react-icons/fa"; interface SocialsRowProps { language: string; @@ -16,6 +16,24 @@ export default function SocialsRow(props: SocialsRowProps): JSX.Element { const { language, customStyle } = props; return (