We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f7d5e commit a1d8120Copy full SHA for a1d8120
2 files changed
cypress/e2e/homepage.spec.ts
@@ -29,7 +29,7 @@ viewports.forEach((viewport) => {
29
cy.findByTestId("header-nav-elem-explore-crypto-id")
30
.should("be.visible")
31
.and("have.attr", "href")
32
- .and("include", "https://chainz.cryptoid.info/");
+ .and("include", "https://chainz.cryptoid.info/dfi/");
33
ecosystemLinks.forEach((ecosystemItem) => {
34
cy.findByTestId(`header-nav-elem-explore-${ecosystemItem.headerTestid}`)
35
src/layouts/components/Explore.tsx
@@ -60,7 +60,7 @@ export function Explore() {
60
},
61
{
62
icon: "crypto",
63
- href: "https://chainz.cryptoid.info/",
+ href: "https://chainz.cryptoid.info/dfi/",
64
title: entries[1].labels[1].title,
65
testID: "explore-crypto-id",
66
hasExternalIcon: true,
0 commit comments