Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

[RCD-48] explorer frontend: Update testnet link in footer #3883

Merged
merged 1 commit into from
Nov 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion explorer/frontend/src/Explorer/View/Footer.purs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ navItemsLeft lang =
, link: "https://cardanoroadmap.com"
}
, { label: translate (I18nL.footer <<< I18nL.fooCardanoTestnet) lang
, link: "https://tada.iohk.io"
, link: "https://testnet.iohkdev.io"
}
, { label: translate (I18nL.footer <<< I18nL.fooCardanoSource) lang
, link: "https://github.com/input-output-hk/cardano-sl"
Expand Down