From 3c36e5e9a9efd490267799cdd0c01da6b2feaa92 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Thu, 22 Nov 2018 11:21:08 +1000 Subject: [PATCH] [RCD-48] explorer frontend: Update testnet link in footer --- explorer/frontend/src/Explorer/View/Footer.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/frontend/src/Explorer/View/Footer.purs b/explorer/frontend/src/Explorer/View/Footer.purs index f052b699a6c..c846553af17 100644 --- a/explorer/frontend/src/Explorer/View/Footer.purs +++ b/explorer/frontend/src/Explorer/View/Footer.purs @@ -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"