diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index f7c55a3..57c91d2 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -84,29 +84,6 @@ function Layout({ children }: LayoutProps) { Projects - - - - - - - - Dashboard - - {user && userTeams.length > 0 && ( - - - - - - - - {userTeams.length === 1 ? 'Team' : 'Teams'} - - )} @@ -148,6 +125,35 @@ function Layout({ children }: LayoutProps) { )}
+ setShowUserMenu(false)} + > + + + + + + + Dashboard + + {userTeams.length > 0 && ( + setShowUserMenu(false)} + > + + + + + + + {userTeams.length === 1 ? 'Team' : 'Teams'} + + )} +