Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jan 23, 2024
1 parent caf97a0 commit 93a8271
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pages/mint.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ const Mint = () => {
const [successpop, setsuccesspop] = useState(false);

const { account, connected, network, signMessage} = useWallet();



const getAptosWallet = () => {
if ("aptos" in window) {
return window.aptos;
Expand Down Expand Up @@ -240,17 +239,17 @@ Exceptional Value for Unmatched Security</div>
<div className="animate-spin text-white text-7xl"></div>
) : (
<>
{!connected ? (
{!isSignedIn ? (
<div className="text-white font-bold py-4 px-10 rounded-lg mr-auto ml-10 -mt-10">

{!connected && (
<button className="">
<WalletSelectorAntDesign/>
</button>
)}
{/* {connected && (
{connected && (
<SingleSignerTransaction isSendableNetwork={isSendableNetwork} />
)} */}
)}
</div>
): (
<div className="mr-auto">
Expand Down

0 comments on commit 93a8271

Please sign in to comment.