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

Commit

Permalink
Merge pull request #3883 from input-output-hk/rcd-48-explorer-links
Browse files Browse the repository at this point in the history
[RCD-48] explorer frontend: Update testnet link in footer
  • Loading branch information
deepfire authored Nov 22, 2018
2 parents 9869106 + 3c36e5e commit 4a63af6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4a63af6

Please sign in to comment.