From 4abbd9644af4df643d45d856417b59f279a2d231 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 16 Apr 2026 05:04:12 +0000 Subject: [PATCH] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6c78eb9..a3c6b69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,15 +15,15 @@ export default function App() { navItems={[ { name: "Features", - id: "features", + href: "#features", }, { name: "Pricing", - id: "pricing", + href: "#pricing", }, { name: "Contact", - id: "contact", + href: "#contact", }, ]} ctaButton={{