@@ -1166,33 +1166,33 @@ const DappsPage = ({
1166
1166
pillColor : "tagMint" ,
1167
1167
} ,
1168
1168
{
1169
- name : "Dark Forest" ,
1170
- description : t ( "page-dapps-editors-choice-dark-forest" ) ,
1171
- url : "https://zkga.me" ,
1172
- image : getImage ( data . darkforestec ) ,
1173
- alt : t ( "page-dapps-dark-forest-logo-alt" ) ,
1174
- background : "#080808" ,
1175
- type : CategoryType . GAMING ,
1176
- pillColor : "tagOrange" ,
1177
- } ,
1178
- {
1179
- name : "Foundation" ,
1180
- description : t ( "page-dapps-editors-choice-foundation" ) ,
1181
- url : "https://foundation.app" ,
1182
- image : getImage ( data . foundationec ) ,
1183
- alt : t ( "page-dapps-foundation-logo-alt" ) ,
1184
- background : "#ffffff" ,
1169
+ name : "OpenSea" ,
1170
+ description : t ( "page-dapps-dapp-description-opensea" ) ,
1171
+ url : "https://opensea.io/" ,
1172
+ image : getImage ( data . opensea ) ,
1173
+ alt : t ( "page-dapps-opensea-logo-alt" ) ,
1174
+ background : "#181b21" ,
1185
1175
type : CategoryType . COLLECTIBLES ,
1186
1176
pillColor : "tagBlue" ,
1187
1177
} ,
1188
1178
{
1189
- name : "PoolTogether" ,
1190
- description : t ( "page-dapps-editors-choice-pooltogether" ) ,
1191
- url : "https://pooltogether.com" ,
1192
- image : getImage ( data . pooltogetherec ) ,
1193
- alt : t ( "page-dapps-pooltogether-logo-alt" ) ,
1194
- background : "#7e4cf2" ,
1195
- type : CategoryType . FINANCE ,
1179
+ name : "Gods Unchained" ,
1180
+ description : t ( "page-dapps-dapp-description-gods-unchained" ) ,
1181
+ url : "https://godsunchained.com/" ,
1182
+ image : getImage ( data . gods ) ,
1183
+ alt : t ( "page-dapps-gods-unchained-logo-alt" ) ,
1184
+ background : "#111c25" ,
1185
+ type : CategoryType . GAMING ,
1186
+ pillColor : "tagOrange" ,
1187
+ } ,
1188
+ {
1189
+ name : "Ethereum Name Service" ,
1190
+ description : t ( "page-dapps-dapp-description-ens" ) ,
1191
+ url : "https://ens.domains/" ,
1192
+ image : getImage ( data . ens ) ,
1193
+ alt : t ( "page-dapps-ens-logo-alt" ) ,
1194
+ background : "#fff" ,
1195
+ type : CategoryType . SOCIAL ,
1196
1196
pillColor : "tagMint" ,
1197
1197
} ,
1198
1198
]
0 commit comments