Add SEAFARER_REGISTRATION type and update translations and navigation

This commit is contained in:
estifanos
2026-08-10 10:59:14 +00:00
parent 2c1b0306a0
commit 6b7c40cd3f
4 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import {
IconAnchor,
IconFileDescription,
IconId,
IconShip,
IconTruck,
IconUsers,
@@ -77,6 +78,12 @@ const PRESENTATION: Record<string, LicenseTypePresentation> = {
icon: IconAnchor,
detailSections: DEFAULT_SECTIONS,
},
SEAFARER_REGISTRATION: {
key: 'SEAFARER_REGISTRATION',
icon: IconId,
// Person-centric: no company entity, no capital threshold, no staff roles.
detailSections: ['overview', 'documents'],
},
};
/** Falls back to a generic presentation so an unseeded type still renders. */