Skip to content

Commit 2b6173d

Browse files
Update helix link and rcg info (#430)
1 parent dcebea8 commit 2b6173d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/assets/projects/rcg.png

230 KB
Loading

src/config/projects.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import evolutionLand from "../assets/projects/evolution-land.png";
1515
import subwallet from "../assets/projects/subwallet.png";
1616
import polkadotJs from "../assets/projects/polkadot.js.png";
1717
import subquery from "../assets/projects/subquery.png";
18-
import darwiniaCommunityDao from "../assets/projects/darwinia-community-dao.png";
1918
import novawallet from "../assets/projects/novawallet.png";
2019
// import raregems from "../assets/projects/raregems.png";
2120
// import ringoNft from "../assets/projects/ringo-nft.png";
@@ -52,6 +51,7 @@ import degov from "../assets/projects/degov.png";
5251
import ringdao from "../assets/projects/ringdao.png";
5352
import ktondao from "../assets/projects/ktondao.png";
5453
import darwiniaName from "../assets/projects/darwiniaName.png";
54+
import rcg from "../assets/projects/rcg.png";
5555

5656
export const projects = (t: TFunction): PortalMeta[] => [
5757
{
@@ -87,7 +87,7 @@ export const projects = (t: TFunction): PortalMeta[] => [
8787
{
8888
logo: helix,
8989
name: t("Helixbox"),
90-
link: t("https://app.helix.box/"),
90+
link: t("https://helixbox.ai"),
9191
description: t(
9292
"Helixbox integrates the best asset bridging projects in the industry, providing users with a filtered list of asset bridges and a cross-chain portal."
9393
),
@@ -198,11 +198,11 @@ export const projects = (t: TFunction): PortalMeta[] => [
198198
tags: ["Infrastructure"],
199199
},
200200
{
201-
logo: darwiniaCommunityDao,
202-
name: t("Darwinia Community DAO"),
201+
logo: rcg,
202+
name: t("RingDAO Community Guild"),
203203
link: t("https://guild-gov.ringdao.com/"),
204204
description: t(
205-
"Darwinia Community DAO(DCDAO) is a community self-organized workgroup(WG) contributing to the growth of the Darwinia community."
205+
"RingDAO Community Guild is a community self-organized workgroup(WG) contributing to the growth of the RingDAO community."
206206
),
207207
tags: ["Governance"],
208208
},

0 commit comments

Comments
 (0)