Skip to content

Commit

Permalink
GameLink changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-webdev committed Nov 24, 2023
1 parent e50b562 commit eccbd4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions React-V1/plearn/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ export default function Header() {
alert("Please connect MetaMask wallet in order to start the game.");
} else {
window.open(
`https://singular-granita-0e1259.netlify.app?userAccount=${userAccount}`
// `https://singular-granita-0e1259.netlify.app?userAccount=${userAccount}`
`https://6560533a8eef9f11da7e815c--visionary-sable-b5f74d.netlify.app?userAccount=${userAccount}`
);
}
toast.dismiss();
};
const playBtn = async () => {
window.open(
`https://singular-granita-0e1259.netlify.app?userAccount=0xd3360559eC2D64d4276bB088AC57892f38666666`
// `https://singular-granita-0e1259.netlify.app?userAccount=0xd3360559eC2D64d4276bB088AC57892f38666666`
`https://6560533a8eef9f11da7e815c--visionary-sable-b5f74d.netlify.app?userAccount=0xd3360559eC2D64d4276bB088AC57892f38666666`
);
toast.dismiss();
};
Expand Down

0 comments on commit eccbd4e

Please sign in to comment.