Skip to content

Commit

Permalink
Header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 23, 2024
1 parent 66b5848 commit b208e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const Header = () => {
</ul>
</div>

<div className="navbar-end pr-2 relative" ref={menuRef}>
<div className="navbar-end pr-4 relative" ref={menuRef}>
{isConnected ? (
<div
className="w-10 h-10 bg-white text-black rounded-full flex items-center justify-center cursor-pointer"
Expand Down

0 comments on commit b208e72

Please sign in to comment.