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 }; }