Skip to content

Commit 671b105

Browse files
committed
update ens logo and beginner-friendly apps
1 parent c55467f commit 671b105

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/assets/dapps/ens.png

-2.64 KB
Loading

src/pages-conditional/dapps.tsx

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,33 +1166,33 @@ const DappsPage = ({
11661166
pillColor: "tagMint",
11671167
},
11681168
{
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",
11851175
type: CategoryType.COLLECTIBLES,
11861176
pillColor: "tagBlue",
11871177
},
11881178
{
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,
11961196
pillColor: "tagMint",
11971197
},
11981198
]

0 commit comments

Comments
 (0)