Skip to content

Commit

Permalink
Update MintBadge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WGB5445 authored and TwilightLogic committed Oct 18, 2023
1 parent c8d30b8 commit 06b5cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/MintBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function MintBadge() {
const { isLoading, isSuccess } = useWaitForTransaction({
hash: data?.hash,
});
const toFacute = () => {
const toFaucet = () => {
window.open(CONTRACT_MAP[chain.id]?.facute, '_blank');
}
const handleMint = async () => {
Expand Down Expand Up @@ -251,7 +251,7 @@ export default function MintBadge() {
CONTRACT_MAP[chain.id]?.facute ? (
<Button
variant="contained"
onClick={toFacute}
onClick={toFaucet}
sx={{
width: '255px',
height: '64px',
Expand Down

1 comment on commit 06b5cee

@vercel
Copy link

@vercel vercel bot commented on 06b5cee Oct 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.