@@ -15,7 +15,6 @@ import evolutionLand from "../assets/projects/evolution-land.png";
15
15
import subwallet from "../assets/projects/subwallet.png" ;
16
16
import polkadotJs from "../assets/projects/polkadot.js.png" ;
17
17
import subquery from "../assets/projects/subquery.png" ;
18
- import darwiniaCommunityDao from "../assets/projects/darwinia-community-dao.png" ;
19
18
import novawallet from "../assets/projects/novawallet.png" ;
20
19
// import raregems from "../assets/projects/raregems.png";
21
20
// import ringoNft from "../assets/projects/ringo-nft.png";
@@ -52,6 +51,7 @@ import degov from "../assets/projects/degov.png";
52
51
import ringdao from "../assets/projects/ringdao.png" ;
53
52
import ktondao from "../assets/projects/ktondao.png" ;
54
53
import darwiniaName from "../assets/projects/darwiniaName.png" ;
54
+ import rcg from "../assets/projects/rcg.png" ;
55
55
56
56
export const projects = ( t : TFunction ) : PortalMeta [ ] => [
57
57
{
@@ -87,7 +87,7 @@ export const projects = (t: TFunction): PortalMeta[] => [
87
87
{
88
88
logo : helix ,
89
89
name : t ( "Helixbox" ) ,
90
- link : t ( "https://app.helix.box/ " ) ,
90
+ link : t ( "https://helixbox.ai " ) ,
91
91
description : t (
92
92
"Helixbox integrates the best asset bridging projects in the industry, providing users with a filtered list of asset bridges and a cross-chain portal."
93
93
) ,
@@ -198,11 +198,11 @@ export const projects = (t: TFunction): PortalMeta[] => [
198
198
tags : [ "Infrastructure" ] ,
199
199
} ,
200
200
{
201
- logo : darwiniaCommunityDao ,
202
- name : t ( "Darwinia Community DAO " ) ,
201
+ logo : rcg ,
202
+ name : t ( "RingDAO Community Guild " ) ,
203
203
link : t ( "https://guild-gov.ringdao.com/" ) ,
204
204
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."
206
206
) ,
207
207
tags : [ "Governance" ] ,
208
208
} ,
0 commit comments