diff --git a/apps/backoffice/src/app/layouts/BackofficeLayout.tsx b/apps/backoffice/src/app/layouts/BackofficeLayout.tsx index d0be5f68c..43a7e159b 100644 --- a/apps/backoffice/src/app/layouts/BackofficeLayout.tsx +++ b/apps/backoffice/src/app/layouts/BackofficeLayout.tsx @@ -97,17 +97,12 @@ const NAV_ITEMS: NavItem[] = [ label: "nav.endorsementQueue", icon: IconRubberStamp, }, - { - to: "/vessel-registrations", - label: "nav.vesselRegistrations", - icon: IconAnchor, - }, + { to: "/vessel-registration-report", label: "nav.vesselRegistrationReport", icon: IconReportAnalytics, }, - { to: "/vessel-transfers", label: "nav.vesselTransfers", icon: IconShip }, { to: "/seafarer-registry", label: "nav.seafarerRegistry", icon: IconUsers }, // { to: '/applications', label: 'nav.applications', icon: IconFileDescription }, { to: "/payment-config", label: "nav.paymentConfig", icon: IconCreditCard },