diff --git a/app/portal-ppid/page.tsx b/app/portal-ppid/page.tsx index ed23f90..bc6a029 100644 --- a/app/portal-ppid/page.tsx +++ b/app/portal-ppid/page.tsx @@ -7,11 +7,8 @@ import { usePathname } from 'next/navigation'; import React from 'react'; -interface PPIDBannerProps { - url: string; -} -export default function PortalPPID({ url }: PPIDBannerProps) { +export default function PortalPPID(url: any) { const pathname = usePathname(); console.log(pathname) diff --git a/components/Portal PPID/ppid-navbar.tsx b/components/Portal PPID/ppid-navbar.tsx index 23dba86..9a243f2 100644 --- a/components/Portal PPID/ppid-navbar.tsx +++ b/components/Portal PPID/ppid-navbar.tsx @@ -1035,7 +1035,7 @@ export const PPIDNavbar = () => { {/* {searchInput} */}
- {siteConfig.navMenuItems.map((item, index) => ( + {siteConfig.humasMenuItems.map((item: any, index: any) => ( { {item.label}