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'}
-
- )}