From 3e8f45ee2d728b2d10d7d3b8fd0d123e07ad86b0 Mon Sep 17 00:00:00 2001 From: Filip Stoyanov Date: Mon, 16 Dec 2024 16:46:58 +0200 Subject: [PATCH] filip(fix): adjust path for faucet after trailing slash fix --- src/components/Faucet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Faucet.tsx b/src/components/Faucet.tsx index 2bc855a3..c7b9d8ad 100644 --- a/src/components/Faucet.tsx +++ b/src/components/Faucet.tsx @@ -211,7 +211,7 @@ const FaucetInner = ({ {() => { const isCorrectDomain = window.location.href === - 'https://docs.cardano.org/cardano-testnets/tools/faucet/' + 'https://docs.cardano.org/cardano-testnets/tools/faucet' return isCorrectDomain ? (