Skip to content

Commit

Permalink
feat: add autoClose on faucet link (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Aug 8, 2024
1 parent 660ebb4 commit 448b27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-app/src/components/balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Balance({ isSigning }: Props) {
<Feature title="Balance">
<code>{balance ? `${balance?.format()} ETH` : <BalanceSkeleton />}</code>
<a
href={`https://faucet-testnet.fuel.network/?address=${address}`}
href={`https://faucet-testnet.fuel.network/?address=${address}&autoClose`}
target="_blank"
className={`btn ${
isSigning
Expand Down

0 comments on commit 448b27b

Please sign in to comment.