Skip to content

Commit

Permalink
Header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 26, 2024
1 parent e0d9aa5 commit fd94167
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ export const Header = () => {
)}
{isMenuOpen && isConnected && (
<div className="absolute flex flex-col items-center justify-center right-0 top-10 mt-2 w-48 bg-base-300 shadow-lg rounded-lg">
<div className="pt-2">
<RainbowKitCustomConnectButton />
</div>

<div className="pt-2 mb-2 flex flex-row items-center justify-center gap-2">
<div className="my-2 flex flex-row items-center justify-center gap-2">
<Link href="/myProfile" passHref>
<span className="btn btn-primary bg-base-200 border-0" onClick={handleMenuClose}>
My Profile
</span>
</Link>
<FaucetButton />
</div>

<div className="mb-2">
<RainbowKitCustomConnectButton />
</div>
</div>
)}
</div>
Expand Down

0 comments on commit fd94167

Please sign in to comment.