Skip to content

Commit

Permalink
refactor(zksudoku-ui): hide connect wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Nov 11, 2023
1 parent 4d81723 commit c63ae88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zksudoku-ui/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default function Header() {
zkSudoku
</a>
</Link>
<div className="flex justify-center items-center">
{/* <div className="flex justify-center items-center">
<ConnectWalletBtn />
</div>
</div> */}
</header>
);
}

0 comments on commit c63ae88

Please sign in to comment.