From 7ced484459619f87df1c0841cd7b71e358002058 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 20:17:26 +0000 Subject: [PATCH] Bob AI: remove all items from the top header navigation menu except --- src/components/ui/NavbarDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/NavbarDropdown.tsx b/src/components/ui/NavbarDropdown.tsx index a8944a3..e67b6b3 100644 --- a/src/components/ui/NavbarDropdown.tsx +++ b/src/components/ui/NavbarDropdown.tsx @@ -5,7 +5,7 @@ import { cls } from "@/lib/utils"; import Button from "@/components/ui/Button"; interface NavbarDropdownProps { - logo: string; + logo: React.ReactNode; navItems: { name: string; href: string }[]; ctaButton: { text: string; href: string }; } -- 2.49.1