Skip to content

Commit a1d8120

Browse files
author
Teo
authored
Issue #17: Update cryptoid.info URL to https://chainz.cryptoid.info/dfi/ (#755)
1 parent d2f7d5e commit a1d8120

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/e2e/homepage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ viewports.forEach((viewport) => {
2929
cy.findByTestId("header-nav-elem-explore-crypto-id")
3030
.should("be.visible")
3131
.and("have.attr", "href")
32-
.and("include", "https://chainz.cryptoid.info/");
32+
.and("include", "https://chainz.cryptoid.info/dfi/");
3333
ecosystemLinks.forEach((ecosystemItem) => {
3434
cy.findByTestId(`header-nav-elem-explore-${ecosystemItem.headerTestid}`)
3535
.should("be.visible")

src/layouts/components/Explore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function Explore() {
6060
},
6161
{
6262
icon: "crypto",
63-
href: "https://chainz.cryptoid.info/",
63+
href: "https://chainz.cryptoid.info/dfi/",
6464
title: entries[1].labels[1].title,
6565
testID: "explore-crypto-id",
6666
hasExternalIcon: true,

0 commit comments

Comments
 (0)