From 8b72cb6395ecef3e2940c5e7fb5dd43fd375e768 Mon Sep 17 00:00:00 2001 From: fisher Date: Mon, 20 May 2024 14:33:48 +0800 Subject: [PATCH] Update content (#421) --- src/components/CrossChain/GovernedSection.tsx | 2 +- src/data/getInvolved.ts | 8 ++++---- src/data/onlineCommunities.ts | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/CrossChain/GovernedSection.tsx b/src/components/CrossChain/GovernedSection.tsx index ad682765..4856ba7b 100644 --- a/src/components/CrossChain/GovernedSection.tsx +++ b/src/components/CrossChain/GovernedSection.tsx @@ -9,7 +9,7 @@ const GovernedSection = () => { RingDAO refers to the next governance version of Darwinia. RING serves as the governance token for RingDAO, and the upgrades to Darwinia Chain will be governed by RingDAO. RING also functions as the Gas Token for Darwinia Chain and plays a role in Collator Staking, among other aspects. RingDAO also governs other projects, including - Msgport and SubAPI. Learn more. + Msgport and XAPI. Learn more.

); diff --git a/src/data/getInvolved.ts b/src/data/getInvolved.ts index ccea7c7a..79ffdd51 100644 --- a/src/data/getInvolved.ts +++ b/src/data/getInvolved.ts @@ -101,12 +101,12 @@ export function useGetInvolvedData(): GetInvolvedData { "These DAOs offer opportunities for you to find groups that you identify with, find collaborators, and grow your impact on the Darwinia community.", content: [ { - link: { label: "DCDAO", path: "https://twitter.com/Official_DCDAO", isExternal: true }, - text: "community self-organized workgroup that aims to contribute to the growth and development of the Darwinia community", + link: { label: "RingDAO", path: "https://docs.darwinia.network/community/ringdao/", isExternal: true }, + text: "RingDAO refers to the next governance version of Darwinia.", }, { - link: { label: "SubAPI DAO", path: "https://github.com/subapidao", isExternal: true }, - text: "targeting to be a SubDAO of Darwinia, working on Oracle and API integration", + link: { label: "DCDAO", path: "https://twitter.com/Official_DCDAO", isExternal: true }, + text: "community self-organized workgroup that aims to contribute to the growth and development of the Darwinia community", }, ], }, diff --git a/src/data/onlineCommunities.ts b/src/data/onlineCommunities.ts index 5bf577c2..39a0513e 100644 --- a/src/data/onlineCommunities.ts +++ b/src/data/onlineCommunities.ts @@ -85,12 +85,12 @@ export function useOnlineCommunitiesData(): OnlineCommunitiesData { h1: "Decentralized Autonomous Organizations (DAOs)", content: [ { - link: { label: "DCDAO", path: "https://twitter.com/Official_DCDAO", isExternal: true }, - text: "community self-organized workgroup that aims to contribute to the growth and development of the Darwinia community", + link: { label: "RingDAO", path: "https://docs.darwinia.network/community/ringdao/", isExternal: true }, + text: "RingDAO refers to the next governance version of Darwinia.", }, { - link: { label: "SubAPI DAO", path: "https://github.com/subapidao", isExternal: true }, - text: "targeting to be a SubDAO of Darwinia, working on Oracle and API integration", + link: { label: "DCDAO", path: "https://twitter.com/Official_DCDAO", isExternal: true }, + text: "community self-organized workgroup that aims to contribute to the growth and development of the Darwinia community", }, ], },