Skip to content

Commit 6421af4

Browse files
authored
Update src/components/Nav/Menu/index.tsx
1 parent 31a0190 commit 6421af4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Nav/Menu/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ const Menu = ({ sections, ...props }: NavMenuProps) => {
7878
</Text>
7979
</Button>
8080
</NavigationMenu.Trigger>
81-
82-
{/* avoid rendering desktop menu on mobile */}
83-
{/* Desktop Menu content */}
8481
<NavigationMenu.Content asChild>
8582
{/**
8683
* This is the CONTAINER for all three menu levels

0 commit comments

Comments
 (0)