From e5d4d21d1b68cbe70581c35cfe2cc4a1303560ff Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:59:45 +0000 Subject: [PATCH] Bob AI: Removed Team link from navbar --- src/components/Layout.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c3b75b9..2621ecd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -15,10 +15,6 @@ export default function Layout() { "name": "Work", "href": "#portfolio" }, - { - "name": "Team", - "href": "#team" - }, { "name": "Contact", "href": "#contact"