Skip to content

Commit

Permalink
remove menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jul 9, 2024
1 parent 7ceff04 commit cb43cd0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ export const ClientPage = ({ circuit }: { circuit: ExtendedNode }) => {
onNodeMoveStop={onNodeMoveStop}
/>
{menuOpen && <Menu onClose={() => setMenuOpen(false)} />}
<div className="absolute left-1/2 bottom-12 -translate-x-1/2 flex flex-row justify-center">
{
<MenuButton
onClick={onMenuButtonClick}
animate={menuOpen}
/>
}
</div>
<Onboarding />
</div>
<PropertyPanel />
Expand Down

0 comments on commit cb43cd0

Please sign in to comment.