Skip to content

Commit

Permalink
Update content (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher committed May 20, 2024
1 parent 6ecd540 commit 8b72cb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/CrossChain/GovernedSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href="https://docs.darwinia.network/community/ringdao/">Learn more</a>.
Msgport and XAPI. <a href="https://docs.darwinia.network/community/ringdao/">Learn more</a>.
</p>
</section>
);
Expand Down
8 changes: 4 additions & 4 deletions src/data/getInvolved.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down
8 changes: 4 additions & 4 deletions src/data/onlineCommunities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down

0 comments on commit 8b72cb6

Please sign in to comment.