Skip to content

Commit

Permalink
filip(fix): adjust path for faucet after trailing slash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Dec 16, 2024
1 parent 6fefbc9 commit 3e8f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
<Fragment>
Expand Down

1 comment on commit 3e8f45e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-etzh6gsmd-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit 3e8f45e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.